Html Css Color HEX #E450B0 Brilliant Rose

📋 copy color: '#E450B0'

red 228 ◦ green 80 ◦ blue 176

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

Shades of Brilliant Rose #E450B0

Tints of Brilliant Rose #E450B0

RGB

 RED value IS 228 (89.45% from 255) = 47.11%

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 47.11%
G = 16.53%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E450B0 (or 0xE450B0) is known color: Brilliant Rose. HEX triplet: E4, 50 and B0. RGB value is (228,80,176). Sum of RGB (Red+Green+Blue) = 228+80+176=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E450B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450B0 is #1BAF4F. Grayscale: #868686. Windows color (decimal): -1814352 or 11555044. OLE color: 11555044.

HSL color Cylindrical-coordinate representation of color #E450B0: hue angle of 321.08º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E450B0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 176 -
CMYK 0 0.65 0.23 0.11
HSL 321.08º 0.73% 0.6% -
HSV(B) 321.08º 0.65% 0.89% -
XYZ 42.7 25.37 43.72 -
YUV 135.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 228 80 176 0 0.65 0.23 0.11 321.08 0.73 0.6
Hex E4 50 B0 0 41 17 B 141 49 3C
Octal 344 120 260 0 101 27 13 501 111 74
Binary 11100100 1010000 10110000 0 1000001 10111 1011 101000001 1001001 111100

Color Harmonies of #E450B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450B0

Black with #E450B0

Text Example


Text Example

White with #E450B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450B0; }

 p { color: rgb(228,80,176); }

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

background-color css

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

 a { background-color: rgb(228,80,176); }

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

border-color css

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

 span { border-color: rgb(228,80,176); }

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