Html Css Color HEX #E150B1 Brilliant Rose

📋 copy color: '#E150B1'

red 225 ◦ green 80 ◦ blue 177

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

Shades of Brilliant Rose #E150B1

Tints of Brilliant Rose #E150B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.72%

R = 46.68%
G = 16.6%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E150B1 (or 0xE150B1) is known color: Brilliant Rose. HEX triplet: E1, 50 and B1. RGB value is (225,80,177). Sum of RGB (Red+Green+Blue) = 225+80+177=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E150B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150B1 is #1EAF4E. Grayscale: #868686. Windows color (decimal): -2010959 or 11620577. OLE color: 11620577.

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

Color convert

RGB 225 80 177 -
CMYK 0 0.64 0.21 0.12
HSL 319.86º 0.71% 0.6% -
HSV(B) 319.86º 0.64% 0.88% -
XYZ 41.86 24.92 44.2 -
YUV 134.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 225 80 177 0 0.64 0.21 0.12 319.86 0.71 0.6
Hex E1 50 B1 0 40 15 C 140 47 3C
Octal 341 120 261 0 100 25 14 500 107 74
Binary 11100001 1010000 10110001 0 1000000 10101 1100 101000000 1000111 111100

Color Harmonies of #E150B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150B1

Black with #E150B1

Text Example


Text Example

White with #E150B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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