Html Css Color HEX #E04EB4 Brilliant Rose

📋 copy color: '#E04EB4'

red 224 ◦ green 78 ◦ blue 180

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

Shades of Brilliant Rose #E04EB4

Tints of Brilliant Rose #E04EB4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.18%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 46.47%
G = 16.18%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E04EB4 (or 0xE04EB4) is known color: Brilliant Rose. HEX triplet: E0, 4E and B4. RGB value is (224,78,180). Sum of RGB (Red+Green+Blue) = 224+78+180=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E04EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04EB4 is #1FB14B. Grayscale: #858585. Windows color (decimal): -2077004 or 11816672. OLE color: 11816672.

HSL color Cylindrical-coordinate representation of color #E04EB4: hue angle of 318.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04EB4 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 180 -
CMYK 0 0.65 0.20 0.12
HSL 318.08º 0.7% 0.59% -
HSV(B) 318.08º 0.65% 0.88% -
XYZ 41.7 24.59 45.73 -
YUV 133.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 224 78 180 0 0.65 0.20 0.12 318.08 0.7 0.59
Hex E0 4E B4 0 41 14 C 13E 46 3B
Octal 340 116 264 0 101 24 14 476 106 73
Binary 11100000 1001110 10110100 0 1000001 10100 1100 100111110 1000110 111011

Color Harmonies of #E04EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04EB4

Black with #E04EB4

Text Example


Text Example

White with #E04EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04EB4; }

 p { color: rgb(224,78,180); }

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

background-color css

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

 a { background-color: rgb(224,78,180); }

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

border-color css

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

 span { border-color: rgb(224,78,180); }

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