Html Css Color HEX #E450B6 Brilliant Rose

📋 copy color: '#E450B6'

red 228 ◦ green 80 ◦ blue 182

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

Shades of Brilliant Rose #E450B6

Tints of Brilliant Rose #E450B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.14%

R = 46.53%
G = 16.33%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E450B6 (or 0xE450B6) is known color: Brilliant Rose. HEX triplet: E4, 50 and B6. RGB value is (228,80,182). Sum of RGB (Red+Green+Blue) = 228+80+182=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E450B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E450B6 is #1BAF49. Grayscale: #878787. Windows color (decimal): -1814346 or 11948260. OLE color: 11948260.

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

Color convert

RGB 228 80 182 -
CMYK 0 0.65 0.20 0.11
HSL 318.65º 0.73% 0.6% -
HSV(B) 318.65º 0.65% 0.89% -
XYZ 43.31 25.61 46.92 -
YUV 135.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 228 80 182 0 0.65 0.20 0.11 318.65 0.73 0.6
Hex E4 50 B6 0 41 14 B 13F 49 3C
Octal 344 120 266 0 101 24 13 477 111 74
Binary 11100100 1010000 10110110 0 1000001 10100 1011 100111111 1001001 111100

Color Harmonies of #E450B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E450B6

Black with #E450B6

Text Example


Text Example

White with #E450B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E450B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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