Html Css Color HEX #EA289C Persian Rose

📋 copy color: '#EA289C'

red 234 ◦ green 40 ◦ blue 156

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

Shades of Persian Rose #EA289C

Tints of Persian Rose #EA289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.3%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 54.42%
G = 9.3%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA289C (or 0xEA289C) is known color: Persian Rose. HEX triplet: EA, 28 and 9C. RGB value is (234,40,156). Sum of RGB (Red+Green+Blue) = 234+40+156=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA289C is #15D763. Grayscale: #6E6E6E. Windows color (decimal): -1431396 or 10234090. OLE color: 10234090.

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

Color convert

RGB 234 40 156 -
CMYK 0 0.83 0.33 0.08
HSL 324.12º 0.82% 0.54% -
HSV(B) 324.12º 0.83% 0.92% -
XYZ 40.69 21.41 33.44 -
YUV 111.23 153.27 215.57 -
System Red Green Blue C M Y K H S L
Decimal 234 40 156 0 0.83 0.33 0.08 324.12 0.82 0.54
Hex EA 28 9C 0 53 21 8 144 52 36
Octal 352 50 234 0 123 41 10 504 122 66
Binary 11101010 101000 10011100 0 1010011 100001 1000 101000100 1010010 110110

Color Harmonies of #EA289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA289C

Black with #EA289C

Text Example


Text Example

White with #EA289C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA289C; }

 p { color: rgb(234,40,156); }

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

background-color css

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

 a { background-color: rgb(234,40,156); }

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

border-color css

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

 span { border-color: rgb(234,40,156); }

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