Html Css Color HEX #E450AB Brilliant Rose

📋 copy color: '#E450AB'

red 228 ◦ green 80 ◦ blue 171

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

Shades of Brilliant Rose #E450AB

Tints of Brilliant Rose #E450AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 47.6%
G = 16.7%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E450AB (or 0xE450AB) is known color: Brilliant Rose. HEX triplet: E4, 50 and AB. RGB value is (228,80,171). Sum of RGB (Red+Green+Blue) = 228+80+171=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E450AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450AB is #1BAF54. Grayscale: #868686. Windows color (decimal): -1814357 or 11227364. OLE color: 11227364.

HSL color Cylindrical-coordinate representation of color #E450AB: hue angle of 323.11º 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 #E450AB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 80 171 -
CMYK 0 0.65 0.25 0.11
HSL 323.11º 0.73% 0.6% -
HSV(B) 323.11º 0.65% 0.89% -
XYZ 42.21 25.17 41.16 -
YUV 134.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 228 80 171 0 0.65 0.25 0.11 323.11 0.73 0.6
Hex E4 50 AB 0 41 19 B 143 49 3C
Octal 344 120 253 0 101 31 13 503 111 74
Binary 11100100 1010000 10101011 0 1000001 11001 1011 101000011 1001001 111100

Color Harmonies of #E450AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450AB

Black with #E450AB

Text Example


Text Example

White with #E450AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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