Html Css Color HEX #EA2D9F Persian Rose

📋 copy color: '#EA2D9F'

red 234 ◦ green 45 ◦ blue 159

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

Shades of Persian Rose #EA2D9F

Tints of Persian Rose #EA2D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 53.42%
G = 10.27%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA2D9F (or 0xEA2D9F) is known color: Persian Rose. HEX triplet: EA, 2D and 9F. RGB value is (234,45,159). Sum of RGB (Red+Green+Blue) = 234+45+159=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2D9F is #15D260. Grayscale: #727272. Windows color (decimal): -1430113 or 10431978. OLE color: 10431978.

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

Color convert

RGB 234 45 159 -
CMYK 0 0.81 0.32 0.08
HSL 323.81º 0.82% 0.55% -
HSV(B) 323.81º 0.81% 0.92% -
XYZ 41.13 21.87 34.86 -
YUV 114.51 153.12 213.23 -
System Red Green Blue C M Y K H S L
Decimal 234 45 159 0 0.81 0.32 0.08 323.81 0.82 0.55
Hex EA 2D 9F 0 51 20 8 144 52 37
Octal 352 55 237 0 121 40 10 504 122 67
Binary 11101010 101101 10011111 0 1010001 100000 1000 101000100 1010010 110111

Color Harmonies of #EA2D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D9F

Black with #EA2D9F

Text Example


Text Example

White with #EA2D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D9F; }

 p { color: rgb(234,45,159); }

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

background-color css

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

 a { background-color: rgb(234,45,159); }

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

border-color css

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

 span { border-color: rgb(234,45,159); }

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