Html Css Color HEX #EA229D Persian Rose

📋 copy color: '#EA229D'

red 234 ◦ green 34 ◦ blue 157

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

Shades of Persian Rose #EA229D

Tints of Persian Rose #EA229D

RGB

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

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

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

R = 55.06%
G = 8%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA229D (or 0xEA229D) is known color: Persian Rose. HEX triplet: EA, 22 and 9D. RGB value is (234,34,157). Sum of RGB (Red+Green+Blue) = 234+34+157=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA229D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA229D is #15DD62. Grayscale: #6B6B6B. Windows color (decimal): -1432931 or 10298090. OLE color: 10298090.

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

Color convert

RGB 234 34 157 -
CMYK 0 0.85 0.33 0.08
HSL 323.1º 0.83% 0.53% -
HSV(B) 323.1º 0.85% 0.92% -
XYZ 40.59 21.07 33.83 -
YUV 107.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 234 34 157 0 0.85 0.33 0.08 323.1 0.83 0.53
Hex EA 22 9D 0 55 21 8 143 53 35
Octal 352 42 235 0 125 41 10 503 123 65
Binary 11101010 100010 10011101 0 1010101 100001 1000 101000011 1010011 110101

Color Harmonies of #EA229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA229D

Black with #EA229D

Text Example


Text Example

White with #EA229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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