Html Css Color HEX #EA519B Brilliant Rose

📋 copy color: '#EA519B'

red 234 ◦ green 81 ◦ blue 155

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

Shades of Brilliant Rose #EA519B

Tints of Brilliant Rose #EA519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.23%

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

R = 49.79%
G = 17.23%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EA519B (or 0xEA519B) is known color: Brilliant Rose. HEX triplet: EA, 51 and 9B. RGB value is (234,81,155). Sum of RGB (Red+Green+Blue) = 234+81+155=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA519B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA519B is #15AE64. Grayscale: #878787. Windows color (decimal): -1420901 or 10179050. OLE color: 10179050.

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

Color convert

RGB 234 81 155 -
CMYK 0 0.65 0.34 0.08
HSL 330.98º 0.78% 0.62% -
HSV(B) 330.98º 0.65% 0.92% -
XYZ 42.79 25.74 33.72 -
YUV 135.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 234 81 155 0 0.65 0.34 0.08 330.98 0.78 0.62
Hex EA 51 9B 0 41 22 8 14B 4E 3E
Octal 352 121 233 0 101 42 10 513 116 76
Binary 11101010 1010001 10011011 0 1000001 100010 1000 101001011 1001110 111110

Color Harmonies of #EA519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA519B

Black with #EA519B

Text Example


Text Example

White with #EA519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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