Html Css Color HEX #E14C6A Cranberry

📋 copy color: '#E14C6A'

red 225 ◦ green 76 ◦ blue 106

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

Shades of Cranberry #E14C6A

Tints of Cranberry #E14C6A

RGB

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

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

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

R = 55.28%
G = 18.67%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E14C6A (or 0xE14C6A) is known color: Cranberry. HEX triplet: E1, 4C and 6A. RGB value is (225,76,106). Sum of RGB (Red+Green+Blue) = 225+76+106=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C6A is #1EB395. Grayscale: #7C7C7C. Windows color (decimal): -2012054 or 6966497. OLE color: 6966497.

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

Color convert

RGB 225 76 106 -
CMYK 0 0.66 0.53 0.12
HSL 347.92º 0.71% 0.59% -
HSV(B) 347.92º 0.66% 0.88% -
XYZ 36.24 22.22 16.01 -
YUV 123.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 225 76 106 0 0.66 0.53 0.12 347.92 0.71 0.59
Hex E1 4C 6A 0 42 35 C 15C 47 3B
Octal 341 114 152 0 102 65 14 534 107 73
Binary 11100001 1001100 1101010 0 1000010 110101 1100 101011100 1000111 111011

Color Harmonies of #E14C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C6A

Black with #E14C6A

Text Example


Text Example

White with #E14C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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