Html Css Color HEX #EA1D9A Persian Rose

📋 copy color: '#EA1D9A'

red 234 ◦ green 29 ◦ blue 154

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

Shades of Persian Rose #EA1D9A

Tints of Persian Rose #EA1D9A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.95%

 BLUE value IS 154 (60.55% from 255) = 36.93%

R = 56.12%
G = 6.95%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA1D9A (or 0xEA1D9A) is known color: Persian Rose. HEX triplet: EA, 1D and 9A. RGB value is (234,29,154). Sum of RGB (Red+Green+Blue) = 234+29+154=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA1D9A is #15E265. Grayscale: #686868. Windows color (decimal): -1434214 or 10100202. OLE color: 10100202.

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

Color convert

RGB 234 29 154 -
CMYK 0 0.88 0.34 0.08
HSL 323.41º 0.83% 0.52% -
HSV(B) 323.41º 0.88% 0.92% -
XYZ 40.2 20.7 32.45 -
YUV 104.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 234 29 154 0 0.88 0.34 0.08 323.41 0.83 0.52
Hex EA 1D 9A 0 58 22 8 143 53 34
Octal 352 35 232 0 130 42 10 503 123 64
Binary 11101010 11101 10011010 0 1011000 100010 1000 101000011 1010011 110100

Color Harmonies of #EA1D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1D9A

Black with #EA1D9A

Text Example


Text Example

White with #EA1D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1D9A; }

 p { color: rgb(234,29,154); }

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

background-color css

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

 a { background-color: rgb(234,29,154); }

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

border-color css

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

 span { border-color: rgb(234,29,154); }

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