Html Css Color HEX #EF33A6 Persian Rose

📋 copy color: '#EF33A6'

red 239 ◦ green 51 ◦ blue 166

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

Shades of Persian Rose #EF33A6

Tints of Persian Rose #EF33A6

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.18%

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 52.41%
G = 11.18%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF33A6 (or 0xEF33A6) is known color: Persian Rose. HEX triplet: EF, 33 and A6. RGB value is (239,51,166). Sum of RGB (Red+Green+Blue) = 239+51+166=456 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.41% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 239 - color contains mainly: red. Hex color #EF33A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF33A6 is #10CC59. Grayscale: #787878. Windows color (decimal): -1100890 or 10892271. OLE color: 10892271.

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

Color convert

RGB 239 51 166 -
CMYK 0 0.79 0.31 0.06
HSL 323.3º 0.85% 0.57% -
HSV(B) 323.3º 0.79% 0.94% -
XYZ 43.66 23.47 38.31 -
YUV 120.32 153.78 212.65 -
System Red Green Blue C M Y K H S L
Decimal 239 51 166 0 0.79 0.31 0.06 323.3 0.85 0.57
Hex EF 33 A6 0 4F 1F 6 143 55 39
Octal 357 63 246 0 117 37 6 503 125 71
Binary 11101111 110011 10100110 0 1001111 11111 110 101000011 1010101 111001

Color Harmonies of #EF33A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33A6

Black with #EF33A6

Text Example


Text Example

White with #EF33A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33A6; }

 p { color: rgb(239,51,166); }

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

background-color css

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

 a { background-color: rgb(239,51,166); }

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

border-color css

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

 span { border-color: rgb(239,51,166); }

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