Html Css Color HEX #E14869 Cranberry

📋 copy color: '#E14869'

red 225 ◦ green 72 ◦ blue 105

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

Shades of Cranberry #E14869

Tints of Cranberry #E14869

RGB

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

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

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

R = 55.97%
G = 17.91%
B = 26.12%

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

#E14869 (or 0xE14869) is known color: Cranberry. HEX triplet: E1, 48 and 69. RGB value is (225,72,105). Sum of RGB (Red+Green+Blue) = 225+72+105=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E14869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14869 is #1EB796. Grayscale: #797979. Windows color (decimal): -2013079 or 6899937. OLE color: 6899937.

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

Color convert

RGB 225 72 105 -
CMYK 0 0.68 0.53 0.12
HSL 347.06º 0.72% 0.58% -
HSV(B) 347.06º 0.68% 0.88% -
XYZ 35.92 21.66 15.65 -
YUV 121.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 225 72 105 0 0.68 0.53 0.12 347.06 0.72 0.58
Hex E1 48 69 0 44 35 C 15B 48 3A
Octal 341 110 151 0 104 65 14 533 110 72
Binary 11100001 1001000 1101001 0 1000100 110101 1100 101011011 1001000 111010

Color Harmonies of #E14869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14869

Black with #E14869

Text Example


Text Example

White with #E14869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14869; }

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

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

background-color css

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

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

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

border-color css

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

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

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