Html Css Color HEX #E0466F Cranberry

📋 copy color: '#E0466F'

red 224 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #E0466F

Tints of Cranberry #E0466F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 111 (43.75% from 255) = 27.41%

R = 55.31%
G = 17.28%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0466F (or 0xE0466F) is known color: Cranberry. HEX triplet: E0, 46 and 6F. RGB value is (224,70,111). Sum of RGB (Red+Green+Blue) = 224+70+111=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0466F is #1FB990. Grayscale: #787878. Windows color (decimal): -2079121 or 7292640. OLE color: 7292640.

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

Color convert

RGB 224 70 111 -
CMYK 0 0.69 0.50 0.12
HSL 344.03º 0.71% 0.58% -
HSV(B) 344.03º 0.69% 0.88% -
XYZ 35.8 21.38 17.28 -
YUV 120.72 122.52 201.67 -
System Red Green Blue C M Y K H S L
Decimal 224 70 111 0 0.69 0.50 0.12 344.03 0.71 0.58
Hex E0 46 6F 0 45 32 C 158 47 3A
Octal 340 106 157 0 105 62 14 530 107 72
Binary 11100000 1000110 1101111 0 1000101 110010 1100 101011000 1000111 111010

Color Harmonies of #E0466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0466F

Black with #E0466F

Text Example


Text Example

White with #E0466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0466F; }

 p { color: rgb(224,70,111); }

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

background-color css

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

 a { background-color: rgb(224,70,111); }

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

border-color css

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

 span { border-color: rgb(224,70,111); }

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