Html Css Color HEX #E2519E Brilliant Rose

📋 copy color: '#E2519E'

red 226 ◦ green 81 ◦ blue 158

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

Shades of Brilliant Rose #E2519E

Tints of Brilliant Rose #E2519E

RGB

 RED value IS 226 (88.67% from 255) = 48.6%

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

 BLUE value IS 158 (62.11% from 255) = 33.98%

R = 48.6%
G = 17.42%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E2519E (or 0xE2519E) is known color: Brilliant Rose. HEX triplet: E2, 51 and 9E. RGB value is (226,81,158). Sum of RGB (Red+Green+Blue) = 226+81+158=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2519E is #1DAE61. Grayscale: #848484. Windows color (decimal): -1945186 or 10375650. OLE color: 10375650.

HSL color Cylindrical-coordinate representation of color #E2519E: hue angle of 328.14º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2519E is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 158 -
CMYK 0 0.64 0.30 0.11
HSL 328.14º 0.71% 0.6% -
HSV(B) 328.14º 0.64% 0.89% -
XYZ 40.48 24.52 34.95 -
YUV 133.13 142.04 194.24 -
System Red Green Blue C M Y K H S L
Decimal 226 81 158 0 0.64 0.30 0.11 328.14 0.71 0.6
Hex E2 51 9E 0 40 1E B 148 47 3C
Octal 342 121 236 0 100 36 13 510 107 74
Binary 11100010 1010001 10011110 0 1000000 11110 1011 101001000 1000111 111100

Color Harmonies of #E2519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2519E

Black with #E2519E

Text Example


Text Example

White with #E2519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2519E; }

 p { color: rgb(226,81,158); }

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

background-color css

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

 a { background-color: rgb(226,81,158); }

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

border-color css

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

 span { border-color: rgb(226,81,158); }

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