Html Css Color HEX #EF2AAE Persian Rose

📋 copy color: '#EF2AAE'

red 239 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #EF2AAE

Tints of Persian Rose #EF2AAE

RGB

 RED value IS 239 (93.75% from 255) = 52.53%

 GREEN value IS 42 (16.8% from 255) = 9.23%

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

R = 52.53%
G = 9.23%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF2AAE (or 0xEF2AAE) is known color: Persian Rose. HEX triplet: EF, 2A and AE. RGB value is (239,42,174). Sum of RGB (Red+Green+Blue) = 239+42+174=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 42 (16.80% from 255 or 9.23% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2AAE is #10D551. Grayscale: #737373. Windows color (decimal): -1103186 or 11414255. OLE color: 11414255.

HSL color Cylindrical-coordinate representation of color #EF2AAE: hue angle of 319.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2AAE is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 174 -
CMYK 0 0.82 0.27 0.06
HSL 319.8º 0.86% 0.55% -
HSV(B) 319.8º 0.82% 0.94% -
XYZ 44.06 23.06 42.17 -
YUV 115.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 239 42 174 0 0.82 0.27 0.06 319.8 0.86 0.55
Hex EF 2A AE 0 52 1B 6 140 56 37
Octal 357 52 256 0 122 33 6 500 126 67
Binary 11101111 101010 10101110 0 1010010 11011 110 101000000 1010110 110111

Color Harmonies of #EF2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2AAE

Black with #EF2AAE

Text Example


Text Example

White with #EF2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2AAE; }

 p { color: rgb(239,42,174); }

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

background-color css

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

 a { background-color: rgb(239,42,174); }

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

border-color css

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

 span { border-color: rgb(239,42,174); }

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