Html Css Color HEX #E04CA8 Brilliant Rose

📋 copy color: '#E04CA8'

red 224 ◦ green 76 ◦ blue 168

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

Shades of Brilliant Rose #E04CA8

Tints of Brilliant Rose #E04CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 47.86%
G = 16.24%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E04CA8 (or 0xE04CA8) is known color: Brilliant Rose. HEX triplet: E0, 4C and A8. RGB value is (224,76,168). Sum of RGB (Red+Green+Blue) = 224+76+168=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CA8 is #1FB357. Grayscale: #828282. Windows color (decimal): -2077528 or 11029728. OLE color: 11029728.

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

Color convert

RGB 224 76 168 -
CMYK 0 0.66 0.25 0.12
HSL 322.7º 0.7% 0.59% -
HSV(B) 322.7º 0.66% 0.88% -
XYZ 40.39 23.84 39.52 -
YUV 130.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 224 76 168 0 0.66 0.25 0.12 322.7 0.7 0.59
Hex E0 4C A8 0 42 19 C 143 46 3B
Octal 340 114 250 0 102 31 14 503 106 73
Binary 11100000 1001100 10101000 0 1000010 11001 1100 101000011 1000110 111011

Color Harmonies of #E04CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04CA8

Black with #E04CA8

Text Example


Text Example

White with #E04CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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