Html Css Color HEX #EA299D Persian Rose

📋 copy color: '#EA299D'

red 234 ◦ green 41 ◦ blue 157

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

Shades of Persian Rose #EA299D

Tints of Persian Rose #EA299D

RGB

 RED value IS 234 (91.8% from 255) = 54.17%

 GREEN value IS 41 (16.41% from 255) = 9.49%

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 54.17%
G = 9.49%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA299D (or 0xEA299D) is known color: Persian Rose. HEX triplet: EA, 29 and 9D. RGB value is (234,41,157). Sum of RGB (Red+Green+Blue) = 234+41+157=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA299D is #15D662. Grayscale: #6F6F6F. Windows color (decimal): -1431139 or 10299882. OLE color: 10299882.

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

Color convert

RGB 234 41 157 -
CMYK 0 0.82 0.33 0.08
HSL 323.94º 0.82% 0.54% -
HSV(B) 323.94º 0.82% 0.92% -
XYZ 40.81 21.51 33.9 -
YUV 111.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 234 41 157 0 0.82 0.33 0.08 323.94 0.82 0.54
Hex EA 29 9D 0 52 21 8 144 52 36
Octal 352 51 235 0 122 41 10 504 122 66
Binary 11101010 101001 10011101 0 1010010 100001 1000 101000100 1010010 110110

Color Harmonies of #EA299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA299D

Black with #EA299D

Text Example


Text Example

White with #EA299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA299D; }

 p { color: rgb(234,41,157); }

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

background-color css

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

 a { background-color: rgb(234,41,157); }

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

border-color css

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

 span { border-color: rgb(234,41,157); }

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