Html Css Color HEX #EA579B Brilliant Rose

📋 copy color: '#EA579B'

red 234 ◦ green 87 ◦ blue 155

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

Shades of Brilliant Rose #EA579B

Tints of Brilliant Rose #EA579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.28%

 BLUE value IS 155 (60.94% from 255) = 32.56%

R = 49.16%
G = 18.28%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA579B (or 0xEA579B) is known color: Brilliant Rose. HEX triplet: EA, 57 and 9B. RGB value is (234,87,155). Sum of RGB (Red+Green+Blue) = 234+87+155=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA579B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA579B is #15A864. Grayscale: #8A8A8A. Windows color (decimal): -1419365 or 10180586. OLE color: 10180586.

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

Color convert

RGB 234 87 155 -
CMYK 0 0.63 0.34 0.08
HSL 332.24º 0.78% 0.63% -
HSV(B) 332.24º 0.63% 0.92% -
XYZ 43.26 26.68 33.88 -
YUV 138.71 137.2 195.97 -
System Red Green Blue C M Y K H S L
Decimal 234 87 155 0 0.63 0.34 0.08 332.24 0.78 0.63
Hex EA 57 9B 0 3F 22 8 14C 4E 3F
Octal 352 127 233 0 77 42 10 514 116 77
Binary 11101010 1010111 10011011 0 111111 100010 1000 101001100 1001110 111111

Color Harmonies of #EA579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA579B

Black with #EA579B

Text Example


Text Example

White with #EA579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA579B; }

 p { color: rgb(234,87,155); }

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

background-color css

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

 a { background-color: rgb(234,87,155); }

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

border-color css

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

 span { border-color: rgb(234,87,155); }

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