Html Css Color HEX #E0466D Cranberry

📋 copy color: '#E0466D'

red 224 ◦ green 70 ◦ blue 109

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

Shades of Cranberry #E0466D

Tints of Cranberry #E0466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 55.58%
G = 17.37%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0466D (or 0xE0466D) is known color: Cranberry. HEX triplet: E0, 46 and 6D. RGB value is (224,70,109). Sum of RGB (Red+Green+Blue) = 224+70+109=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0466D is #1FB992. Grayscale: #787878. Windows color (decimal): -2079123 or 7161568. OLE color: 7161568.

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

Color convert

RGB 224 70 109 -
CMYK 0 0.69 0.51 0.12
HSL 344.81º 0.71% 0.58% -
HSV(B) 344.81º 0.69% 0.88% -
XYZ 35.69 21.33 16.7 -
YUV 120.49 121.52 201.83 -
System Red Green Blue C M Y K H S L
Decimal 224 70 109 0 0.69 0.51 0.12 344.81 0.71 0.58
Hex E0 46 6D 0 45 33 C 159 47 3A
Octal 340 106 155 0 105 63 14 531 107 72
Binary 11100000 1000110 1101101 0 1000101 110011 1100 101011001 1000111 111010

Color Harmonies of #E0466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0466D

Black with #E0466D

Text Example


Text Example

White with #E0466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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