Html Css Color HEX #E62DAE Persian Rose

📋 copy color: '#E62DAE'

red 230 ◦ green 45 ◦ blue 174

#E62DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E62DAE

Tints of Persian Rose #E62DAE

RGB

 RED value IS 230 (90.23% from 255) = 51.22%

 GREEN value IS 45 (17.97% from 255) = 10.02%

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 51.22%
G = 10.02%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E62DAE (or 0xE62DAE) is known color: Persian Rose. HEX triplet: E6, 2D and AE. RGB value is (230,45,174). Sum of RGB (Red+Green+Blue) = 230+45+174=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E62DAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62DAE is #19D251. Grayscale: #727272. Windows color (decimal): -1692242 or 11415014. OLE color: 11415014.

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

Color convert

RGB 230 45 174 -
CMYK 0 0.80 0.24 0.10
HSL 318.16º 0.79% 0.54% -
HSV(B) 318.16º 0.8% 0.9% -
XYZ 41.21 21.76 42.07 -
YUV 115.02 161.29 210.01 -
System Red Green Blue C M Y K H S L
Decimal 230 45 174 0 0.80 0.24 0.10 318.16 0.79 0.54
Hex E6 2D AE 0 50 18 A 13E 4F 36
Octal 346 55 256 0 120 30 12 476 117 66
Binary 11100110 101101 10101110 0 1010000 11000 1010 100111110 1001111 110110

Color Harmonies of #E62DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62DAE

Black with #E62DAE

Text Example


Text Example

White with #E62DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62DAE; }

 p { color: rgb(230,45,174); }

 H1.HeaderClassName
 {
   color: #E62DAE;
 }
 .AnyTagClassName
 {
   color: #E62DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(230,45,174); }

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

border-color css

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

 span { border-color: rgb(230,45,174); }

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