Html Css Color HEX #E04CB2 Brilliant Rose

📋 copy color: '#E04CB2'

red 224 ◦ green 76 ◦ blue 178

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

Shades of Brilliant Rose #E04CB2

Tints of Brilliant Rose #E04CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.9%

 BLUE value IS 178 (69.92% from 255) = 37.24%

R = 46.86%
G = 15.9%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E04CB2 (or 0xE04CB2) is known color: Brilliant Rose. HEX triplet: E0, 4C and B2. RGB value is (224,76,178). Sum of RGB (Red+Green+Blue) = 224+76+178=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CB2 is #1FB34D. Grayscale: #838383. Windows color (decimal): -2077518 or 11685088. OLE color: 11685088.

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

Color convert

RGB 224 76 178 -
CMYK 0 0.66 0.21 0.12
HSL 318.65º 0.7% 0.59% -
HSV(B) 318.65º 0.66% 0.88% -
XYZ 41.36 24.23 44.62 -
YUV 131.88 154.03 193.71 -
System Red Green Blue C M Y K H S L
Decimal 224 76 178 0 0.66 0.21 0.12 318.65 0.7 0.59
Hex E0 4C B2 0 42 15 C 13F 46 3B
Octal 340 114 262 0 102 25 14 477 106 73
Binary 11100000 1001100 10110010 0 1000010 10101 1100 100111111 1000110 111011

Color Harmonies of #E04CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CB2

Black with #E04CB2

Text Example


Text Example

White with #E04CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CB2; }

 p { color: rgb(224,76,178); }

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

background-color css

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

 a { background-color: rgb(224,76,178); }

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

border-color css

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

 span { border-color: rgb(224,76,178); }

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