Html Css Color HEX #E04C6C Cranberry

📋 copy color: '#E04C6C'

red 224 ◦ green 76 ◦ blue 108

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

Shades of Cranberry #E04C6C

Tints of Cranberry #E04C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.47%

R = 54.9%
G = 18.63%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E04C6C (or 0xE04C6C) is known color: Cranberry. HEX triplet: E0, 4C and 6C. RGB value is (224,76,108). Sum of RGB (Red+Green+Blue) = 224+76+108=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C6C is #1FB393. Grayscale: #7B7B7B. Windows color (decimal): -2077588 or 7097568. OLE color: 7097568.

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

Color convert

RGB 224 76 108 -
CMYK 0 0.66 0.52 0.12
HSL 347.03º 0.7% 0.59% -
HSV(B) 347.03º 0.66% 0.88% -
XYZ 36.03 22.1 16.55 -
YUV 123.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 224 76 108 0 0.66 0.52 0.12 347.03 0.7 0.59
Hex E0 4C 6C 0 42 34 C 15B 46 3B
Octal 340 114 154 0 102 64 14 533 106 73
Binary 11100000 1001100 1101100 0 1000010 110100 1100 101011011 1000110 111011

Color Harmonies of #E04C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04C6C

Black with #E04C6C

Text Example


Text Example

White with #E04C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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