Html Css Color HEX #EF229A Persian Rose

📋 copy color: '#EF229A'

red 239 ◦ green 34 ◦ blue 154

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

Shades of Persian Rose #EF229A

Tints of Persian Rose #EF229A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 55.97%
G = 7.96%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF229A (or 0xEF229A) is known color: Persian Rose. HEX triplet: EF, 22 and 9A. RGB value is (239,34,154). Sum of RGB (Red+Green+Blue) = 239+34+154=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF229A is #10DD65. Grayscale: #6C6C6C. Windows color (decimal): -1105254 or 10101487. OLE color: 10101487.

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

Color convert

RGB 239 34 154 -
CMYK 0 0.86 0.36 0.06
HSL 324.88º 0.86% 0.54% -
HSV(B) 324.88º 0.86% 0.94% -
XYZ 42 21.83 32.57 -
YUV 108.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 239 34 154 0 0.86 0.36 0.06 324.88 0.86 0.54
Hex EF 22 9A 0 56 24 6 145 56 36
Octal 357 42 232 0 126 44 6 505 126 66
Binary 11101111 100010 10011010 0 1010110 100100 110 101000101 1010110 110110

Color Harmonies of #EF229A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF229A

Black with #EF229A

Text Example


Text Example

White with #EF229A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF229A; }

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

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

background-color css

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

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

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

border-color css

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

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

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