Html Css Color HEX #E14766 Cranberry

📋 copy color: '#E14766'

red 225 ◦ green 71 ◦ blue 102

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

Shades of Cranberry #E14766

Tints of Cranberry #E14766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 56.53%
G = 17.84%
B = 25.63%

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

#E14766 (or 0xE14766) is known color: Cranberry. HEX triplet: E1, 47 and 66. RGB value is (225,71,102). Sum of RGB (Red+Green+Blue) = 225+71+102=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E14766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14766 is #1EB899. Grayscale: #787878. Windows color (decimal): -2013338 or 6703073. OLE color: 6703073.

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

Color convert

RGB 225 71 102 -
CMYK 0 0.68 0.55 0.12
HSL 347.92º 0.72% 0.58% -
HSV(B) 347.92º 0.68% 0.88% -
XYZ 35.7 21.47 14.83 -
YUV 120.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 225 71 102 0 0.68 0.55 0.12 347.92 0.72 0.58
Hex E1 47 66 0 44 37 C 15C 48 3A
Octal 341 107 146 0 104 67 14 534 110 72
Binary 11100001 1000111 1100110 0 1000100 110111 1100 101011100 1001000 111010

Color Harmonies of #E14766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14766

Black with #E14766

Text Example


Text Example

White with #E14766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14766; }

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

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

background-color css

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

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

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

border-color css

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

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

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