Html Css Color HEX #EF32A7 Persian Rose

📋 copy color: '#EF32A7'

red 239 ◦ green 50 ◦ blue 167

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

Shades of Persian Rose #EF32A7

Tints of Persian Rose #EF32A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.62%

R = 52.41%
G = 10.96%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF32A7 (or 0xEF32A7) is known color: Persian Rose. HEX triplet: EF, 32 and A7. RGB value is (239,50,167). Sum of RGB (Red+Green+Blue) = 239+50+167=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF32A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF32A7 is #10CD58. Grayscale: #777777. Windows color (decimal): -1101145 or 10957551. OLE color: 10957551.

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

Color convert

RGB 239 50 167 -
CMYK 0 0.79 0.30 0.06
HSL 322.86º 0.86% 0.57% -
HSV(B) 322.86º 0.79% 0.94% -
XYZ 43.71 23.42 38.78 -
YUV 119.85 154.62 212.99 -
System Red Green Blue C M Y K H S L
Decimal 239 50 167 0 0.79 0.30 0.06 322.86 0.86 0.57
Hex EF 32 A7 0 4F 1E 6 143 56 39
Octal 357 62 247 0 117 36 6 503 126 71
Binary 11101111 110010 10100111 0 1001111 11110 110 101000011 1010110 111001

Color Harmonies of #EF32A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF32A7

Black with #EF32A7

Text Example


Text Example

White with #EF32A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF32A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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