Html Css Color HEX #EA589A Brilliant Rose

📋 copy color: '#EA589A'

red 234 ◦ green 88 ◦ blue 154

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

Shades of Brilliant Rose #EA589A

Tints of Brilliant Rose #EA589A

RGB

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

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

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

R = 49.16%
G = 18.49%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA589A (or 0xEA589A) is known color: Brilliant Rose. HEX triplet: EA, 58 and 9A. RGB value is (234,88,154). Sum of RGB (Red+Green+Blue) = 234+88+154=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA589A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA589A is #15A765. Grayscale: #8B8B8B. Windows color (decimal): -1419110 or 10115306. OLE color: 10115306.

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

Color convert

RGB 234 88 154 -
CMYK 0 0.62 0.34 0.08
HSL 332.88º 0.78% 0.63% -
HSV(B) 332.88º 0.62% 0.92% -
XYZ 43.25 26.8 33.47 -
YUV 139.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 234 88 154 0 0.62 0.34 0.08 332.88 0.78 0.63
Hex EA 58 9A 0 3E 22 8 14D 4E 3F
Octal 352 130 232 0 76 42 10 515 116 77
Binary 11101010 1011000 10011010 0 111110 100010 1000 101001101 1001110 111111

Color Harmonies of #EA589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA589A

Black with #EA589A

Text Example


Text Example

White with #EA589A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA589A; }

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

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

background-color css

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

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

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

border-color css

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

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

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