Html Css Color HEX #EA589D Brilliant Rose

📋 copy color: '#EA589D'

red 234 ◦ green 88 ◦ blue 157

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

Shades of Brilliant Rose #EA589D

Tints of Brilliant Rose #EA589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.37%

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

R = 48.85%
G = 18.37%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA589D (or 0xEA589D) is known color: Brilliant Rose. HEX triplet: EA, 58 and 9D. RGB value is (234,88,157). Sum of RGB (Red+Green+Blue) = 234+88+157=479 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.85% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589D is #15A762. Grayscale: #8B8B8B. Windows color (decimal): -1419107 or 10311914. OLE color: 10311914.

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

Color convert

RGB 234 88 157 -
CMYK 0 0.62 0.33 0.08
HSL 331.64º 0.78% 0.63% -
HSV(B) 331.64º 0.62% 0.92% -
XYZ 43.51 26.91 34.8 -
YUV 139.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 234 88 157 0 0.62 0.33 0.08 331.64 0.78 0.63
Hex EA 58 9D 0 3E 21 8 14C 4E 3F
Octal 352 130 235 0 76 41 10 514 116 77
Binary 11101010 1011000 10011101 0 111110 100001 1000 101001100 1001110 111111

Color Harmonies of #EA589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA589D

Black with #EA589D

Text Example


Text Example

White with #EA589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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