Html Css Color HEX #E04178 Cranberry

📋 copy color: '#E04178'

red 224 ◦ green 65 ◦ blue 120

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

Shades of Cranberry #E04178

Tints of Cranberry #E04178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 120 (47.27% from 255) = 29.34%

R = 54.77%
G = 15.89%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E04178 (or 0xE04178) is known color: Cranberry. HEX triplet: E0, 41 and 78. RGB value is (224,65,120). Sum of RGB (Red+Green+Blue) = 224+65+120=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04178 is #1FBE87. Grayscale: #767676. Windows color (decimal): -2080392 or 7881184. OLE color: 7881184.

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

Color convert

RGB 224 65 120 -
CMYK 0 0.71 0.46 0.12
HSL 339.25º 0.72% 0.57% -
HSV(B) 339.25º 0.71% 0.88% -
XYZ 36.02 20.98 19.92 -
YUV 118.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 224 65 120 0 0.71 0.46 0.12 339.25 0.72 0.57
Hex E0 41 78 0 47 2E C 153 48 39
Octal 340 101 170 0 107 56 14 523 110 71
Binary 11100000 1000001 1111000 0 1000111 101110 1100 101010011 1001000 111001

Color Harmonies of #E04178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04178

Black with #E04178

Text Example


Text Example

White with #E04178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04178; }

 p { color: rgb(224,65,120); }

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

background-color css

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

 a { background-color: rgb(224,65,120); }

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

border-color css

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

 span { border-color: rgb(224,65,120); }

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