Html Css Color HEX #E0466A Cranberry

📋 copy color: '#E0466A'

red 224 ◦ green 70 ◦ blue 106

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

Shades of Cranberry #E0466A

Tints of Cranberry #E0466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 56%
G = 17.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0466A (or 0xE0466A) is known color: Cranberry. HEX triplet: E0, 46 and 6A. RGB value is (224,70,106). Sum of RGB (Red+Green+Blue) = 224+70+106=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E0466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0466A is #1FB995. Grayscale: #787878. Windows color (decimal): -2079126 or 6964960. OLE color: 6964960.

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

Color convert

RGB 224 70 106 -
CMYK 0 0.69 0.53 0.12
HSL 345.97º 0.71% 0.58% -
HSV(B) 345.97º 0.69% 0.88% -
XYZ 35.53 21.27 15.87 -
YUV 120.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 224 70 106 0 0.69 0.53 0.12 345.97 0.71 0.58
Hex E0 46 6A 0 45 35 C 15A 47 3A
Octal 340 106 152 0 105 65 14 532 107 72
Binary 11100000 1000110 1101010 0 1000101 110101 1100 101011010 1000111 111010

Color Harmonies of #E0466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0466A

Black with #E0466A

Text Example


Text Example

White with #E0466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0466A; }

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

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

background-color css

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

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

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

border-color css

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

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

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