Html Css Color HEX #E04F69 Cranberry

📋 copy color: '#E04F69'

red 224 ◦ green 79 ◦ blue 105

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

Shades of Cranberry #E04F69

Tints of Cranberry #E04F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 54.9%
G = 19.36%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E04F69 (or 0xE04F69) is known color: Cranberry. HEX triplet: E0, 4F and 69. RGB value is (224,79,105). Sum of RGB (Red+Green+Blue) = 224+79+105=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04F69 is #1FB096. Grayscale: #7D7D7D. Windows color (decimal): -2076823 or 6901728. OLE color: 6901728.

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

Color convert

RGB 224 79 105 -
CMYK 0 0.65 0.53 0.12
HSL 349.24º 0.7% 0.59% -
HSV(B) 349.24º 0.65% 0.88% -
XYZ 36.09 22.46 15.8 -
YUV 125.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 224 79 105 0 0.65 0.53 0.12 349.24 0.7 0.59
Hex E0 4F 69 0 41 35 C 15D 46 3B
Octal 340 117 151 0 101 65 14 535 106 73
Binary 11100000 1001111 1101001 0 1000001 110101 1100 101011101 1000110 111011

Color Harmonies of #E04F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04F69

Black with #E04F69

Text Example


Text Example

White with #E04F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04F69; }

 p { color: rgb(224,79,105); }

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

background-color css

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

 a { background-color: rgb(224,79,105); }

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

border-color css

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

 span { border-color: rgb(224,79,105); }

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