Html Css Color HEX #E04E7E Cranberry

📋 copy color: '#E04E7E'

red 224 ◦ green 78 ◦ blue 126

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

Shades of Cranberry #E04E7E

Tints of Cranberry #E04E7E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

 BLUE value IS 126 (49.61% from 255) = 29.44%

R = 52.34%
G = 18.22%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E04E7E (or 0xE04E7E) is known color: Cranberry. HEX triplet: E0, 4E and 7E. RGB value is (224,78,126). Sum of RGB (Red+Green+Blue) = 224+78+126=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E7E is #1FB181. Grayscale: #7F7F7F. Windows color (decimal): -2077058 or 8277728. OLE color: 8277728.

HSL color Cylindrical-coordinate representation of color #E04E7E: hue angle of 340.27º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04E7E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 126 -
CMYK 0 0.65 0.44 0.12
HSL 340.27º 0.7% 0.59% -
HSV(B) 340.27º 0.65% 0.88% -
XYZ 37.23 22.8 22.18 -
YUV 127.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 224 78 126 0 0.65 0.44 0.12 340.27 0.7 0.59
Hex E0 4E 7E 0 41 2C C 154 46 3B
Octal 340 116 176 0 101 54 14 524 106 73
Binary 11100000 1001110 1111110 0 1000001 101100 1100 101010100 1000110 111011

Color Harmonies of #E04E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E7E

Black with #E04E7E

Text Example


Text Example

White with #E04E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E7E; }

 p { color: rgb(224,78,126); }

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

background-color css

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

 a { background-color: rgb(224,78,126); }

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

border-color css

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

 span { border-color: rgb(224,78,126); }

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