Html Css Color HEX #E450AC Brilliant Rose

📋 copy color: '#E450AC'

red 228 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #E450AC

Tints of Brilliant Rose #E450AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.83%

R = 47.5%
G = 16.67%
B = 35.83%

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

#E450AC (or 0xE450AC) is known color: Brilliant Rose. HEX triplet: E4, 50 and AC. RGB value is (228,80,172). Sum of RGB (Red+Green+Blue) = 228+80+172=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E450AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450AC is #1BAF53. Grayscale: #868686. Windows color (decimal): -1814356 or 11292900. OLE color: 11292900.

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

Color convert

RGB 228 80 172 -
CMYK 0 0.65 0.25 0.11
HSL 322.7º 0.73% 0.6% -
HSV(B) 322.7º 0.65% 0.89% -
XYZ 42.31 25.21 41.67 -
YUV 134.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 228 80 172 0 0.65 0.25 0.11 322.7 0.73 0.6
Hex E4 50 AC 0 41 19 B 143 49 3C
Octal 344 120 254 0 101 31 13 503 111 74
Binary 11100100 1010000 10101100 0 1000001 11001 1011 101000011 1001001 111100

Color Harmonies of #E450AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450AC

Black with #E450AC

Text Example


Text Example

White with #E450AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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