Html Css Color HEX #EF32AA Persian Rose

📋 copy color: '#EF32AA'

red 239 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #EF32AA

Tints of Persian Rose #EF32AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.89%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 52.07%
G = 10.89%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF32AA (or 0xEF32AA) is known color: Persian Rose. HEX triplet: EF, 32 and AA. RGB value is (239,50,170). Sum of RGB (Red+Green+Blue) = 239+50+170=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF32AA is #10CD55. Grayscale: #777777. Windows color (decimal): -1101142 or 11154159. OLE color: 11154159.

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

Color convert

RGB 239 50 170 -
CMYK 0 0.79 0.29 0.06
HSL 321.9º 0.86% 0.57% -
HSV(B) 321.9º 0.79% 0.94% -
XYZ 43.99 23.53 40.25 -
YUV 120.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 239 50 170 0 0.79 0.29 0.06 321.9 0.86 0.57
Hex EF 32 AA 0 4F 1D 6 142 56 39
Octal 357 62 252 0 117 35 6 502 126 71
Binary 11101111 110010 10101010 0 1001111 11101 110 101000010 1010110 111001

Color Harmonies of #EF32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32AA

Black with #EF32AA

Text Example


Text Example

White with #EF32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32AA; }

 p { color: rgb(239,50,170); }

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

background-color css

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

 a { background-color: rgb(239,50,170); }

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

border-color css

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

 span { border-color: rgb(239,50,170); }

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