Html Css Color HEX #E14376 Cranberry

📋 copy color: '#E14376'

red 225 ◦ green 67 ◦ blue 118

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

Shades of Cranberry #E14376

Tints of Cranberry #E14376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 54.88%
G = 16.34%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E14376 (or 0xE14376) is known color: Cranberry. HEX triplet: E1, 43 and 76. RGB value is (225,67,118). Sum of RGB (Red+Green+Blue) = 225+67+118=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14376 is #1EBC89. Grayscale: #787878. Windows color (decimal): -2014346 or 7750625. OLE color: 7750625.

HSL color Cylindrical-coordinate representation of color #E14376: hue angle of 340.63º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14376 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 67 118 -
CMYK 0 0.70 0.48 0.12
HSL 340.63º 0.72% 0.57% -
HSV(B) 340.63º 0.7% 0.88% -
XYZ 36.33 21.33 19.34 -
YUV 120.06 126.85 202.85 -
System Red Green Blue C M Y K H S L
Decimal 225 67 118 0 0.70 0.48 0.12 340.63 0.72 0.57
Hex E1 43 76 0 46 30 C 155 48 39
Octal 341 103 166 0 106 60 14 525 110 71
Binary 11100001 1000011 1110110 0 1000110 110000 1100 101010101 1001000 111001

Color Harmonies of #E14376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14376

Black with #E14376

Text Example


Text Example

White with #E14376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14376; }

 p { color: rgb(225,67,118); }

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

background-color css

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

 a { background-color: rgb(225,67,118); }

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

border-color css

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

 span { border-color: rgb(225,67,118); }

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