Html Css Color HEX #EF229F Persian Rose

📋 copy color: '#EF229F'

red 239 ◦ green 34 ◦ blue 159

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

Shades of Persian Rose #EF229F

Tints of Persian Rose #EF229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.87%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 55.32%
G = 7.87%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF229F (or 0xEF229F) is known color: Persian Rose. HEX triplet: EF, 22 and 9F. RGB value is (239,34,159). Sum of RGB (Red+Green+Blue) = 239+34+159=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF229F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF229F is #10DD60. Grayscale: #6D6D6D. Windows color (decimal): -1105249 or 10429167. OLE color: 10429167.

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

Color convert

RGB 239 34 159 -
CMYK 0 0.86 0.33 0.06
HSL 323.41º 0.86% 0.54% -
HSV(B) 323.41º 0.86% 0.94% -
XYZ 42.43 22 34.81 -
YUV 109.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 239 34 159 0 0.86 0.33 0.06 323.41 0.86 0.54
Hex EF 22 9F 0 56 21 6 143 56 36
Octal 357 42 237 0 126 41 6 503 126 66
Binary 11101111 100010 10011111 0 1010110 100001 110 101000011 1010110 110110

Color Harmonies of #EF229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF229F

Black with #EF229F

Text Example


Text Example

White with #EF229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF229F; }

 p { color: rgb(239,34,159); }

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

background-color css

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

 a { background-color: rgb(239,34,159); }

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

border-color css

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

 span { border-color: rgb(239,34,159); }

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