Html Css Color HEX #E450AF Brilliant Rose

📋 copy color: '#E450AF'

red 228 ◦ green 80 ◦ blue 175

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

Shades of Brilliant Rose #E450AF

Tints of Brilliant Rose #E450AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 47.2%
G = 16.56%
B = 36.23%

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

#E450AF (or 0xE450AF) is known color: Brilliant Rose. HEX triplet: E4, 50 and AF. RGB value is (228,80,175). Sum of RGB (Red+Green+Blue) = 228+80+175=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E450AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E450AF is #1BAF50. Grayscale: #868686. Windows color (decimal): -1814353 or 11489508. OLE color: 11489508.

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

Color convert

RGB 228 80 175 -
CMYK 0 0.65 0.23 0.11
HSL 321.49º 0.73% 0.6% -
HSV(B) 321.49º 0.65% 0.89% -
XYZ 42.6 25.33 43.2 -
YUV 135.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 228 80 175 0 0.65 0.23 0.11 321.49 0.73 0.6
Hex E4 50 AF 0 41 17 B 141 49 3C
Octal 344 120 257 0 101 27 13 501 111 74
Binary 11100100 1010000 10101111 0 1000001 10111 1011 101000001 1001001 111100

Color Harmonies of #E450AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450AF

Black with #E450AF

Text Example


Text Example

White with #E450AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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