Html Css Color HEX #EA289D Persian Rose

📋 copy color: '#EA289D'

red 234 ◦ green 40 ◦ blue 157

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

Shades of Persian Rose #EA289D

Tints of Persian Rose #EA289D

RGB

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

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

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

R = 54.29%
G = 9.28%
B = 36.43%

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

#EA289D (or 0xEA289D) is known color: Persian Rose. HEX triplet: EA, 28 and 9D. RGB value is (234,40,157). Sum of RGB (Red+Green+Blue) = 234+40+157=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA289D is #15D762. Grayscale: #6F6F6F. Windows color (decimal): -1431395 or 10299626. OLE color: 10299626.

HSL color Cylindrical-coordinate representation of color #EA289D: hue angle of 323.81º 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 #EA289D is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 40 157 -
CMYK 0 0.83 0.33 0.08
HSL 323.81º 0.82% 0.54% -
HSV(B) 323.81º 0.83% 0.92% -
XYZ 40.78 21.44 33.89 -
YUV 111.34 153.77 215.49 -
System Red Green Blue C M Y K H S L
Decimal 234 40 157 0 0.83 0.33 0.08 323.81 0.82 0.54
Hex EA 28 9D 0 53 21 8 144 52 36
Octal 352 50 235 0 123 41 10 504 122 66
Binary 11101010 101000 10011101 0 1010011 100001 1000 101000100 1010010 110110

Color Harmonies of #EA289D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA289D

Black with #EA289D

Text Example


Text Example

White with #EA289D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA289D; }

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

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

background-color css

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

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

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

border-color css

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

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

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