Html Css Color HEX #E14866 Cranberry

📋 copy color: '#E14866'

red 225 ◦ green 72 ◦ blue 102

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

Shades of Cranberry #E14866

Tints of Cranberry #E14866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.56%

R = 56.39%
G = 18.05%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14866 (or 0xE14866) is known color: Cranberry. HEX triplet: E1, 48 and 66. RGB value is (225,72,102). Sum of RGB (Red+Green+Blue) = 225+72+102=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E14866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14866 is #1EB799. Grayscale: #797979. Windows color (decimal): -2013082 or 6703329. OLE color: 6703329.

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

Color convert

RGB 225 72 102 -
CMYK 0 0.68 0.55 0.12
HSL 348.24º 0.72% 0.58% -
HSV(B) 348.24º 0.68% 0.88% -
XYZ 35.77 21.6 14.85 -
YUV 121.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 225 72 102 0 0.68 0.55 0.12 348.24 0.72 0.58
Hex E1 48 66 0 44 37 C 15C 48 3A
Octal 341 110 146 0 104 67 14 534 110 72
Binary 11100001 1001000 1100110 0 1000100 110111 1100 101011100 1001000 111010

Color Harmonies of #E14866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14866

Black with #E14866

Text Example


Text Example

White with #E14866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14866; }

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

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

background-color css

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

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

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

border-color css

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

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

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