Html Css Color HEX #E2519D Brilliant Rose

📋 copy color: '#E2519D'

red 226 ◦ green 81 ◦ blue 157

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

Shades of Brilliant Rose #E2519D

Tints of Brilliant Rose #E2519D

RGB

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

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

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

R = 48.71%
G = 17.46%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2519D (or 0xE2519D) is known color: Brilliant Rose. HEX triplet: E2, 51 and 9D. RGB value is (226,81,157). Sum of RGB (Red+Green+Blue) = 226+81+157=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2519D is #1DAE62. Grayscale: #848484. Windows color (decimal): -1945187 or 10310114. OLE color: 10310114.

HSL color Cylindrical-coordinate representation of color #E2519D: hue angle of 328.55º 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 #E2519D is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 81 157 -
CMYK 0 0.64 0.31 0.11
HSL 328.55º 0.71% 0.6% -
HSV(B) 328.55º 0.64% 0.89% -
XYZ 40.39 24.49 34.5 -
YUV 133.02 141.54 194.32 -
System Red Green Blue C M Y K H S L
Decimal 226 81 157 0 0.64 0.31 0.11 328.55 0.71 0.6
Hex E2 51 9D 0 40 1F B 149 47 3C
Octal 342 121 235 0 100 37 13 511 107 74
Binary 11100010 1010001 10011101 0 1000000 11111 1011 101001001 1000111 111100

Color Harmonies of #E2519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2519D

Black with #E2519D

Text Example


Text Example

White with #E2519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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