Html Css Color HEX #E1509F Brilliant Rose

📋 copy color: '#E1509F'

red 225 ◦ green 80 ◦ blue 159

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

Shades of Brilliant Rose #E1509F

Tints of Brilliant Rose #E1509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 48.49%
G = 17.24%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1509F (or 0xE1509F) is known color: Brilliant Rose. HEX triplet: E1, 50 and 9F. RGB value is (225,80,159). Sum of RGB (Red+Green+Blue) = 225+80+159=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E1509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1509F is #1EAF60. Grayscale: #848484. Windows color (decimal): -2010977 or 10440929. OLE color: 10440929.

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

Color convert

RGB 225 80 159 -
CMYK 0 0.64 0.29 0.12
HSL 327.31º 0.71% 0.6% -
HSV(B) 327.31º 0.64% 0.88% -
XYZ 40.18 24.25 35.36 -
YUV 132.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 225 80 159 0 0.64 0.29 0.12 327.31 0.71 0.6
Hex E1 50 9F 0 40 1D C 147 47 3C
Octal 341 120 237 0 100 35 14 507 107 74
Binary 11100001 1010000 10011111 0 1000000 11101 1100 101000111 1000111 111100

Color Harmonies of #E1509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1509F

Black with #E1509F

Text Example


Text Example

White with #E1509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1509F; }

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

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

background-color css

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

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

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

border-color css

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

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

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