Html Css Color HEX #E0466B Cranberry

📋 copy color: '#E0466B'

red 224 ◦ green 70 ◦ blue 107

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

Shades of Cranberry #E0466B

Tints of Cranberry #E0466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 55.86%
G = 17.46%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0466B (or 0xE0466B) is known color: Cranberry. HEX triplet: E0, 46 and 6B. RGB value is (224,70,107). Sum of RGB (Red+Green+Blue) = 224+70+107=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E0466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0466B is #1FB994. Grayscale: #787878. Windows color (decimal): -2079125 or 7030496. OLE color: 7030496.

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

Color convert

RGB 224 70 107 -
CMYK 0 0.69 0.52 0.12
HSL 345.58º 0.71% 0.58% -
HSV(B) 345.58º 0.69% 0.88% -
XYZ 35.58 21.29 16.14 -
YUV 120.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 224 70 107 0 0.69 0.52 0.12 345.58 0.71 0.58
Hex E0 46 6B 0 45 34 C 15A 47 3A
Octal 340 106 153 0 105 64 14 532 107 72
Binary 11100000 1000110 1101011 0 1000101 110100 1100 101011010 1000111 111010

Color Harmonies of #E0466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0466B

Black with #E0466B

Text Example


Text Example

White with #E0466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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