#e631af

Color #E631AF Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E631AF

Tints of Persian Rose #E631AF

Color information

#E631AF (or 0xE631AF) is unknown color: approx Persian Rose. HEX triplet: E6, 31 and AF. RGB value is (230,49,175). Sum of RGB (Red+Green+Blue) = 230+49+175=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E631AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631AF is #19CE50. Grayscale: #757575. Windows color (decimal): -1691217 or 11481574. OLE color: 11481574.

HSL color Cylindrical-coordinate representation of color #E631AF: hue angle of 318.23º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E631AF is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB23049175-
CMYK00.790.240.10
HSL318.23º78.35%54.71%-
HSV(B)318.23º78.7%90.2%-
XYZ41.4722.1142.64-
YUV117.48160.47208.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 50.66%
GREEN value IS 49 (19.53% from 255) = 10.79%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=50.66%
G=10.79%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2304917500.790.240.10318.2378.3554.71
HexE631AF04F18A13e4e37
Octal346612570117301247611667
Binary1110011011000110101111010011111100010101001111101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e631af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e631af; }

 p { color: rgb(230,49,175); }

 H1.HeaderClassName
 {
   color: #e631af;
 }
 .AnyTagClassName
 {
   color: #e631af;
 }
</style>
background-color css

<style>
 a { background-color: #e631af; }

 a { background-color: rgb(230,49,175); }

 div.DivClassName
 {
   background-color: #e631af;
 }
 .BgClassName
 {
   background-color: #e631af;
 }
</style>
border-color css

<style>
 span { border-color: #e631af; }

 span { border-color: rgb(230,49,175); }

 td.TdClassName
 {
   border-color: #e631af;
 }
 .TagClassName
 {
   border-color: #e631af;
 }
</style>