Html Css Color HEX #E1509E Brilliant Rose

📋 copy color: '#E1509E'

red 225 ◦ green 80 ◦ blue 158

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

Shades of Brilliant Rose #E1509E

Tints of Brilliant Rose #E1509E

RGB

 RED value IS 225 (88.28% from 255) = 48.6%

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 48.6%
G = 17.28%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E1509E (or 0xE1509E) is known color: Brilliant Rose. HEX triplet: E1, 50 and 9E. RGB value is (225,80,158). Sum of RGB (Red+Green+Blue) = 225+80+158=463 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.60% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509E is #1EAF61. Grayscale: #848484. Windows color (decimal): -2010978 or 10375393. OLE color: 10375393.

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

Color convert

RGB 225 80 158 -
CMYK 0 0.64 0.30 0.12
HSL 327.72º 0.71% 0.6% -
HSV(B) 327.72º 0.64% 0.88% -
XYZ 40.09 24.21 34.91 -
YUV 132.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 225 80 158 0 0.64 0.30 0.12 327.72 0.71 0.6
Hex E1 50 9E 0 40 1E C 148 47 3C
Octal 341 120 236 0 100 36 14 510 107 74
Binary 11100001 1010000 10011110 0 1000000 11110 1100 101001000 1000111 111100

Color Harmonies of #E1509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1509E

Black with #E1509E

Text Example


Text Example

White with #E1509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1509E; }

 p { color: rgb(225,80,158); }

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

background-color css

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

 a { background-color: rgb(225,80,158); }

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

border-color css

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

 span { border-color: rgb(225,80,158); }

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