Html Css Color HEX #E450A0 Brilliant Rose

📋 copy color: '#E450A0'

red 228 ◦ green 80 ◦ blue 160

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

Shades of Brilliant Rose #E450A0

Tints of Brilliant Rose #E450A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 48.72%
G = 17.09%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E450A0 (or 0xE450A0) is known color: Brilliant Rose. HEX triplet: E4, 50 and A0. RGB value is (228,80,160). Sum of RGB (Red+Green+Blue) = 228+80+160=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E450A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450A0 is #1BAF5F. Grayscale: #858585. Windows color (decimal): -1814368 or 10506468. OLE color: 10506468.

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

Color convert

RGB 228 80 160 -
CMYK 0 0.65 0.30 0.11
HSL 327.57º 0.73% 0.6% -
HSV(B) 327.57º 0.65% 0.89% -
XYZ 41.21 24.77 35.87 -
YUV 133.37 143.03 195.5 -
System Red Green Blue C M Y K H S L
Decimal 228 80 160 0 0.65 0.30 0.11 327.57 0.73 0.6
Hex E4 50 A0 0 41 1E B 148 49 3C
Octal 344 120 240 0 101 36 13 510 111 74
Binary 11100100 1010000 10100000 0 1000001 11110 1011 101001000 1001001 111100

Color Harmonies of #E450A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450A0

Black with #E450A0

Text Example


Text Example

White with #E450A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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