Html Css Color HEX #E14780 Cranberry

📋 copy color: '#E14780'

red 225 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #E14780

Tints of Cranberry #E14780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 53.07%
G = 16.75%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14780 (or 0xE14780) is known color: Cranberry. HEX triplet: E1, 47 and 80. RGB value is (225,71,128). Sum of RGB (Red+Green+Blue) = 225+71+128=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14780 is #1EB87F. Grayscale: #7B7B7B. Windows color (decimal): -2013312 or 8407009. OLE color: 8407009.

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

Color convert

RGB 225 71 128 -
CMYK 0 0.68 0.43 0.12
HSL 337.79º 0.72% 0.58% -
HSV(B) 337.79º 0.68% 0.88% -
XYZ 37.2 22.07 22.72 -
YUV 123.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 225 71 128 0 0.68 0.43 0.12 337.79 0.72 0.58
Hex E1 47 80 0 44 2B C 152 48 3A
Octal 341 107 200 0 104 53 14 522 110 72
Binary 11100001 1000111 10000000 0 1000100 101011 1100 101010010 1001000 111010

Color Harmonies of #E14780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14780

Black with #E14780

Text Example


Text Example

White with #E14780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14780; }

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

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

background-color css

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

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

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

border-color css

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

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

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