Html Css Color HEX #E14C6D Cranberry

📋 copy color: '#E14C6D'

red 225 ◦ green 76 ◦ blue 109

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

Shades of Cranberry #E14C6D

Tints of Cranberry #E14C6D

RGB

 RED value IS 225 (88.28% from 255) = 54.88%

 GREEN value IS 76 (30.08% from 255) = 18.54%

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

R = 54.88%
G = 18.54%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E14C6D (or 0xE14C6D) is known color: Cranberry. HEX triplet: E1, 4C and 6D. RGB value is (225,76,109). Sum of RGB (Red+Green+Blue) = 225+76+109=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C6D is #1EB392. Grayscale: #7C7C7C. Windows color (decimal): -2012051 or 7163105. OLE color: 7163105.

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

Color convert

RGB 225 76 109 -
CMYK 0 0.66 0.52 0.12
HSL 346.71º 0.71% 0.59% -
HSV(B) 346.71º 0.66% 0.88% -
XYZ 36.4 22.28 16.85 -
YUV 124.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 225 76 109 0 0.66 0.52 0.12 346.71 0.71 0.59
Hex E1 4C 6D 0 42 34 C 15B 47 3B
Octal 341 114 155 0 102 64 14 533 107 73
Binary 11100001 1001100 1101101 0 1000010 110100 1100 101011011 1000111 111011

Color Harmonies of #E14C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C6D

Black with #E14C6D

Text Example


Text Example

White with #E14C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C6D; }

 p { color: rgb(225,76,109); }

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

background-color css

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

 a { background-color: rgb(225,76,109); }

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

border-color css

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

 span { border-color: rgb(225,76,109); }

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