Html Css Color HEX #E14F68 Cranberry

📋 copy color: '#E14F68'

red 225 ◦ green 79 ◦ blue 104

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

Shades of Cranberry #E14F68

Tints of Cranberry #E14F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

 BLUE value IS 104 (41.02% from 255) = 25.49%

R = 55.15%
G = 19.36%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E14F68 (or 0xE14F68) is known color: Cranberry. HEX triplet: E1, 4F and 68. RGB value is (225,79,104). Sum of RGB (Red+Green+Blue) = 225+79+104=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F68 is #1EB097. Grayscale: #7D7D7D. Windows color (decimal): -2011288 or 6836193. OLE color: 6836193.

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

Color convert

RGB 225 79 104 -
CMYK 0 0.65 0.54 0.12
HSL 349.73º 0.71% 0.6% -
HSV(B) 349.73º 0.65% 0.88% -
XYZ 36.35 22.6 15.54 -
YUV 125.5 115.87 198.97 -
System Red Green Blue C M Y K H S L
Decimal 225 79 104 0 0.65 0.54 0.12 349.73 0.71 0.6
Hex E1 4F 68 0 41 36 C 15E 47 3C
Octal 341 117 150 0 101 66 14 536 107 74
Binary 11100001 1001111 1101000 0 1000001 110110 1100 101011110 1000111 111100

Color Harmonies of #E14F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F68

Black with #E14F68

Text Example


Text Example

White with #E14F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F68; }

 p { color: rgb(225,79,104); }

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

background-color css

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

 a { background-color: rgb(225,79,104); }

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

border-color css

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

 span { border-color: rgb(225,79,104); }

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