Html Css Color HEX #EA519D Brilliant Rose

📋 copy color: '#EA519D'

red 234 ◦ green 81 ◦ blue 157

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

Shades of Brilliant Rose #EA519D

Tints of Brilliant Rose #EA519D

RGB

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

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

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

R = 49.58%
G = 17.16%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA519D (or 0xEA519D) is known color: Brilliant Rose. HEX triplet: EA, 51 and 9D. RGB value is (234,81,157). Sum of RGB (Red+Green+Blue) = 234+81+157=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA519D is #15AE62. Grayscale: #878787. Windows color (decimal): -1420899 or 10310122. OLE color: 10310122.

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

Color convert

RGB 234 81 157 -
CMYK 0 0.65 0.33 0.08
HSL 330.2º 0.78% 0.62% -
HSV(B) 330.2º 0.65% 0.92% -
XYZ 42.96 25.81 34.62 -
YUV 135.41 140.19 198.32 -
System Red Green Blue C M Y K H S L
Decimal 234 81 157 0 0.65 0.33 0.08 330.2 0.78 0.62
Hex EA 51 9D 0 41 21 8 14A 4E 3E
Octal 352 121 235 0 101 41 10 512 116 76
Binary 11101010 1010001 10011101 0 1000001 100001 1000 101001010 1001110 111110

Color Harmonies of #EA519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA519D

Black with #EA519D

Text Example


Text Example

White with #EA519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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