Html Css Color HEX #E14769 Cranberry

📋 copy color: '#E14769'

red 225 ◦ green 71 ◦ blue 105

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

Shades of Cranberry #E14769

Tints of Cranberry #E14769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 56.11%
G = 17.71%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E14769 (or 0xE14769) is known color: Cranberry. HEX triplet: E1, 47 and 69. RGB value is (225,71,105). Sum of RGB (Red+Green+Blue) = 225+71+105=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E14769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14769 is #1EB896. Grayscale: #787878. Windows color (decimal): -2013335 or 6899681. OLE color: 6899681.

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

Color convert

RGB 225 71 105 -
CMYK 0 0.68 0.53 0.12
HSL 346.75º 0.72% 0.58% -
HSV(B) 346.75º 0.68% 0.88% -
XYZ 35.85 21.53 15.63 -
YUV 120.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 225 71 105 0 0.68 0.53 0.12 346.75 0.72 0.58
Hex E1 47 69 0 44 35 C 15B 48 3A
Octal 341 107 151 0 104 65 14 533 110 72
Binary 11100001 1000111 1101001 0 1000100 110101 1100 101011011 1001000 111010

Color Harmonies of #E14769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14769

Black with #E14769

Text Example


Text Example

White with #E14769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14769; }

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

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

background-color css

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

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

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

border-color css

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

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

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