Html Css Color HEX #E045B0 Brilliant Rose

📋 copy color: '#E045B0'

red 224 ◦ green 69 ◦ blue 176

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

Shades of Brilliant Rose #E045B0

Tints of Brilliant Rose #E045B0

RGB

 RED value IS 224 (87.89% from 255) = 47.76%

 GREEN value IS 69 (27.34% from 255) = 14.71%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 47.76%
G = 14.71%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E045B0 (or 0xE045B0) is known color: Brilliant Rose. HEX triplet: E0, 45 and B0. RGB value is (224,69,176). Sum of RGB (Red+Green+Blue) = 224+69+176=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E045B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045B0 is #1FBA4F. Grayscale: #7F7F7F. Windows color (decimal): -2079312 or 11552224. OLE color: 11552224.

HSL color Cylindrical-coordinate representation of color #E045B0: hue angle of 318.58º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045B0 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 69 176 -
CMYK 0 0.69 0.21 0.12
HSL 318.58º 0.71% 0.57% -
HSV(B) 318.58º 0.69% 0.88% -
XYZ 40.71 23.24 43.41 -
YUV 127.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 224 69 176 0 0.69 0.21 0.12 318.58 0.71 0.57
Hex E0 45 B0 0 45 15 C 13F 47 39
Octal 340 105 260 0 105 25 14 477 107 71
Binary 11100000 1000101 10110000 0 1000101 10101 1100 100111111 1000111 111001

Color Harmonies of #E045B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E045B0

Black with #E045B0

Text Example


Text Example

White with #E045B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E045B0; }

 p { color: rgb(224,69,176); }

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

background-color css

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

 a { background-color: rgb(224,69,176); }

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

border-color css

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

 span { border-color: rgb(224,69,176); }

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