Html Css Color HEX #E14868 Cranberry

📋 copy color: '#E14868'

red 225 ◦ green 72 ◦ blue 104

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

Shades of Cranberry #E14868

Tints of Cranberry #E14868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

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

R = 56.11%
G = 17.96%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E14868 (or 0xE14868) is known color: Cranberry. HEX triplet: E1, 48 and 68. RGB value is (225,72,104). Sum of RGB (Red+Green+Blue) = 225+72+104=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E14868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14868 is #1EB797. Grayscale: #797979. Windows color (decimal): -2013080 or 6834401. OLE color: 6834401.

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

Color convert

RGB 225 72 104 -
CMYK 0 0.68 0.54 0.12
HSL 347.45º 0.72% 0.58% -
HSV(B) 347.45º 0.68% 0.88% -
XYZ 35.87 21.64 15.38 -
YUV 121.4 118.19 201.9 -
System Red Green Blue C M Y K H S L
Decimal 225 72 104 0 0.68 0.54 0.12 347.45 0.72 0.58
Hex E1 48 68 0 44 36 C 15B 48 3A
Octal 341 110 150 0 104 66 14 533 110 72
Binary 11100001 1001000 1101000 0 1000100 110110 1100 101011011 1001000 111010

Color Harmonies of #E14868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14868

Black with #E14868

Text Example


Text Example

White with #E14868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14868; }

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

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

background-color css

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

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

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

border-color css

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

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

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