Html Css Color HEX #E14479 Cranberry

📋 copy color: '#E14479'

red 225 ◦ green 68 ◦ blue 121

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

Shades of Cranberry #E14479

Tints of Cranberry #E14479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 54.35%
G = 16.43%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E14479 (or 0xE14479) is known color: Cranberry. HEX triplet: E1, 44 and 79. RGB value is (225,68,121). Sum of RGB (Red+Green+Blue) = 225+68+121=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E14479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14479 is #1EBB86. Grayscale: #787878. Windows color (decimal): -2014087 or 7947489. OLE color: 7947489.

HSL color Cylindrical-coordinate representation of color #E14479: hue angle of 339.75º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14479 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 68 121 -
CMYK 0 0.70 0.46 0.12
HSL 339.75º 0.72% 0.57% -
HSV(B) 339.75º 0.7% 0.88% -
XYZ 36.57 21.52 20.32 -
YUV 120.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 225 68 121 0 0.70 0.46 0.12 339.75 0.72 0.57
Hex E1 44 79 0 46 2E C 154 48 39
Octal 341 104 171 0 106 56 14 524 110 71
Binary 11100001 1000100 1111001 0 1000110 101110 1100 101010100 1001000 111001

Color Harmonies of #E14479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14479

Black with #E14479

Text Example


Text Example

White with #E14479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14479; }

 p { color: rgb(225,68,121); }

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

background-color css

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

 a { background-color: rgb(225,68,121); }

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

border-color css

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

 span { border-color: rgb(225,68,121); }

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