Html Css Color HEX #E04CA0 Brilliant Rose

📋 copy color: '#E04CA0'

red 224 ◦ green 76 ◦ blue 160

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

Shades of Brilliant Rose #E04CA0

Tints of Brilliant Rose #E04CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.78%

R = 48.7%
G = 16.52%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E04CA0 (or 0xE04CA0) is known color: Brilliant Rose. HEX triplet: E0, 4C and A0. RGB value is (224,76,160). Sum of RGB (Red+Green+Blue) = 224+76+160=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CA0 is #1FB35F. Grayscale: #818181. Windows color (decimal): -2077536 or 10505440. OLE color: 10505440.

HSL color Cylindrical-coordinate representation of color #E04CA0: hue angle of 325.95º 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 #E04CA0 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 76 160 -
CMYK 0 0.66 0.29 0.12
HSL 325.95º 0.7% 0.59% -
HSV(B) 325.95º 0.66% 0.88% -
XYZ 39.67 23.55 35.71 -
YUV 129.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 224 76 160 0 0.66 0.29 0.12 325.95 0.7 0.59
Hex E0 4C A0 0 42 1D C 146 46 3B
Octal 340 114 240 0 102 35 14 506 106 73
Binary 11100000 1001100 10100000 0 1000010 11101 1100 101000110 1000110 111011

Color Harmonies of #E04CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CA0

Black with #E04CA0

Text Example


Text Example

White with #E04CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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