Html Css Color HEX #E14E6F Cranberry

📋 copy color: '#E14E6F'

red 225 ◦ green 78 ◦ blue 111

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

Shades of Cranberry #E14E6F

Tints of Cranberry #E14E6F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.84%

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 54.35%
G = 18.84%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E14E6F (or 0xE14E6F) is known color: Cranberry. HEX triplet: E1, 4E and 6F. RGB value is (225,78,111). Sum of RGB (Red+Green+Blue) = 225+78+111=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E6F is #1EB190. Grayscale: #7D7D7D. Windows color (decimal): -2011537 or 7294689. OLE color: 7294689.

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

Color convert

RGB 225 78 111 -
CMYK 0 0.65 0.51 0.12
HSL 346.53º 0.71% 0.59% -
HSV(B) 346.53º 0.65% 0.88% -
XYZ 36.64 22.6 17.47 -
YUV 125.72 119.7 198.82 -
System Red Green Blue C M Y K H S L
Decimal 225 78 111 0 0.65 0.51 0.12 346.53 0.71 0.59
Hex E1 4E 6F 0 41 33 C 15B 47 3B
Octal 341 116 157 0 101 63 14 533 107 73
Binary 11100001 1001110 1101111 0 1000001 110011 1100 101011011 1000111 111011

Color Harmonies of #E14E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E6F

Black with #E14E6F

Text Example


Text Example

White with #E14E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E6F; }

 p { color: rgb(225,78,111); }

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

background-color css

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

 a { background-color: rgb(225,78,111); }

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

border-color css

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

 span { border-color: rgb(225,78,111); }

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