Html Css Color HEX #E150A6 Brilliant Rose

📋 copy color: '#E150A6'

red 225 ◦ green 80 ◦ blue 166

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

Shades of Brilliant Rose #E150A6

Tints of Brilliant Rose #E150A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 47.77%
G = 16.99%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E150A6 (or 0xE150A6) is known color: Brilliant Rose. HEX triplet: E1, 50 and A6. RGB value is (225,80,166). Sum of RGB (Red+Green+Blue) = 225+80+166=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E150A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E150A6 is #1EAF59. Grayscale: #848484. Windows color (decimal): -2010970 or 10899681. OLE color: 10899681.

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

Color convert

RGB 225 80 166 -
CMYK 0 0.64 0.26 0.12
HSL 324.41º 0.71% 0.6% -
HSV(B) 324.41º 0.64% 0.88% -
XYZ 40.8 24.5 38.65 -
YUV 133.16 146.54 193.51 -
System Red Green Blue C M Y K H S L
Decimal 225 80 166 0 0.64 0.26 0.12 324.41 0.71 0.6
Hex E1 50 A6 0 40 1A C 144 47 3C
Octal 341 120 246 0 100 32 14 504 107 74
Binary 11100001 1010000 10100110 0 1000000 11010 1100 101000100 1000111 111100

Color Harmonies of #E150A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E150A6

Black with #E150A6

Text Example


Text Example

White with #E150A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E150A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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