Html Css Color HEX #E04070 Cranberry

📋 copy color: '#E04070'

red 224 ◦ green 64 ◦ blue 112

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

Shades of Cranberry #E04070

Tints of Cranberry #E04070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 112 (44.14% from 255) = 28%

R = 56%
G = 16%
B = 28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E04070 (or 0xE04070) is known color: Cranberry. HEX triplet: E0, 40 and 70. RGB value is (224,64,112). Sum of RGB (Red+Green+Blue) = 224+64+112=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E04070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04070 is #1FBF8F. Grayscale: #757575. Windows color (decimal): -2080656 or 7356640. OLE color: 7356640.

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

Color convert

RGB 224 64 112 -
CMYK 0 0.71 0.50 0.12
HSL 342º 0.72% 0.56% -
HSV(B) 342º 0.71% 0.88% -
XYZ 35.5 20.68 17.45 -
YUV 117.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 224 64 112 0 0.71 0.50 0.12 342 0.72 0.56
Hex E0 40 70 0 47 32 C 156 48 38
Octal 340 100 160 0 107 62 14 526 110 70
Binary 11100000 1000000 1110000 0 1000111 110010 1100 101010110 1001000 111000

Color Harmonies of #E04070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04070

Black with #E04070

Text Example


Text Example

White with #E04070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04070; }

 p { color: rgb(224,64,112); }

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

background-color css

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

 a { background-color: rgb(224,64,112); }

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

border-color css

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

 span { border-color: rgb(224,64,112); }

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