Html Css Color HEX #EF32AE Persian Rose

📋 copy color: '#EF32AE'

red 239 ◦ green 50 ◦ blue 174

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

Shades of Persian Rose #EF32AE

Tints of Persian Rose #EF32AE

RGB

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

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

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

R = 51.62%
G = 10.8%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF32AE (or 0xEF32AE) is known color: Persian Rose. HEX triplet: EF, 32 and AE. RGB value is (239,50,174). Sum of RGB (Red+Green+Blue) = 239+50+174=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF32AE is #10CD51. Grayscale: #787878. Windows color (decimal): -1101138 or 11416303. OLE color: 11416303.

HSL color Cylindrical-coordinate representation of color #EF32AE: hue angle of 320.63º 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 #EF32AE is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 50 174 -
CMYK 0 0.79 0.27 0.06
HSL 320.63º 0.86% 0.57% -
HSV(B) 320.63º 0.79% 0.94% -
XYZ 44.38 23.69 42.28 -
YUV 120.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 239 50 174 0 0.79 0.27 0.06 320.63 0.86 0.57
Hex EF 32 AE 0 4F 1B 6 141 56 39
Octal 357 62 256 0 117 33 6 501 126 71
Binary 11101111 110010 10101110 0 1001111 11011 110 101000001 1010110 111001

Color Harmonies of #EF32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32AE

Black with #EF32AE

Text Example


Text Example

White with #EF32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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