Html Css Color HEX #E14C73 Cranberry

📋 copy color: '#E14C73'

red 225 ◦ green 76 ◦ blue 115

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

Shades of Cranberry #E14C73

Tints of Cranberry #E14C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 54.09%
G = 18.27%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E14C73 (or 0xE14C73) is known color: Cranberry. HEX triplet: E1, 4C and 73. RGB value is (225,76,115). Sum of RGB (Red+Green+Blue) = 225+76+115=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C73 is #1EB38C. Grayscale: #7C7C7C. Windows color (decimal): -2012045 or 7556321. OLE color: 7556321.

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

Color convert

RGB 225 76 115 -
CMYK 0 0.66 0.49 0.12
HSL 344.3º 0.71% 0.59% -
HSV(B) 344.3º 0.66% 0.88% -
XYZ 36.73 22.41 18.61 -
YUV 125 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 225 76 115 0 0.66 0.49 0.12 344.3 0.71 0.59
Hex E1 4C 73 0 42 31 C 158 47 3B
Octal 341 114 163 0 102 61 14 530 107 73
Binary 11100001 1001100 1110011 0 1000010 110001 1100 101011000 1000111 111011

Color Harmonies of #E14C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C73

Black with #E14C73

Text Example


Text Example

White with #E14C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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