Html Css Color HEX #EA299B Persian Rose

📋 copy color: '#EA299B'

red 234 ◦ green 41 ◦ blue 155

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

Shades of Persian Rose #EA299B

Tints of Persian Rose #EA299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 54.42%
G = 9.53%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA299B (or 0xEA299B) is known color: Persian Rose. HEX triplet: EA, 29 and 9B. RGB value is (234,41,155). Sum of RGB (Red+Green+Blue) = 234+41+155=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA299B is #15D664. Grayscale: #6F6F6F. Windows color (decimal): -1431141 or 10168810. OLE color: 10168810.

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

Color convert

RGB 234 41 155 -
CMYK 0 0.82 0.34 0.08
HSL 324.56º 0.82% 0.54% -
HSV(B) 324.56º 0.82% 0.92% -
XYZ 40.64 21.44 33.01 -
YUV 111.7 152.44 215.23 -
System Red Green Blue C M Y K H S L
Decimal 234 41 155 0 0.82 0.34 0.08 324.56 0.82 0.54
Hex EA 29 9B 0 52 22 8 145 52 36
Octal 352 51 233 0 122 42 10 505 122 66
Binary 11101010 101001 10011011 0 1010010 100010 1000 101000101 1010010 110110

Color Harmonies of #EA299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA299B

Black with #EA299B

Text Example


Text Example

White with #EA299B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA299B; }

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

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

background-color css

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

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

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

border-color css

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

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

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