Html Css Color HEX #EA2F9D Persian Rose

📋 copy color: '#EA2F9D'

red 234 ◦ green 47 ◦ blue 157

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

Shades of Persian Rose #EA2F9D

Tints of Persian Rose #EA2F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.73%

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

R = 53.42%
G = 10.73%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA2F9D (or 0xEA2F9D) is known color: Persian Rose. HEX triplet: EA, 2F and 9D. RGB value is (234,47,157). Sum of RGB (Red+Green+Blue) = 234+47+157=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2F9D is #15D062. Grayscale: #737373. Windows color (decimal): -1429603 or 10301418. OLE color: 10301418.

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

Color convert

RGB 234 47 157 -
CMYK 0 0.80 0.33 0.08
HSL 324.71º 0.82% 0.55% -
HSV(B) 324.71º 0.8% 0.92% -
XYZ 41.03 21.96 33.97 -
YUV 115.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 234 47 157 0 0.80 0.33 0.08 324.71 0.82 0.55
Hex EA 2F 9D 0 50 21 8 145 52 37
Octal 352 57 235 0 120 41 10 505 122 67
Binary 11101010 101111 10011101 0 1010000 100001 1000 101000101 1010010 110111

Color Harmonies of #EA2F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F9D

Black with #EA2F9D

Text Example


Text Example

White with #EA2F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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