Html Css Color HEX #EA299E Persian Rose

📋 copy color: '#EA299E'

red 234 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #EA299E

Tints of Persian Rose #EA299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 54.04%
G = 9.47%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA299E (or 0xEA299E) is known color: Persian Rose. HEX triplet: EA, 29 and 9E. RGB value is (234,41,158). Sum of RGB (Red+Green+Blue) = 234+41+158=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA299E is #15D661. Grayscale: #6F6F6F. Windows color (decimal): -1431138 or 10365418. OLE color: 10365418.

HSL color Cylindrical-coordinate representation of color #EA299E: hue angle of 323.63º 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 #EA299E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 158 -
CMYK 0 0.82 0.32 0.08
HSL 323.63º 0.82% 0.54% -
HSV(B) 323.63º 0.82% 0.92% -
XYZ 40.9 21.55 34.35 -
YUV 112.05 153.94 214.99 -
System Red Green Blue C M Y K H S L
Decimal 234 41 158 0 0.82 0.32 0.08 323.63 0.82 0.54
Hex EA 29 9E 0 52 20 8 144 52 36
Octal 352 51 236 0 122 40 10 504 122 66
Binary 11101010 101001 10011110 0 1010010 100000 1000 101000100 1010010 110110

Color Harmonies of #EA299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA299E

Black with #EA299E

Text Example


Text Example

White with #EA299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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