Html Css Color HEX #E14580 Cranberry

📋 copy color: '#E14580'

red 225 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #E14580

Tints of Cranberry #E14580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

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

R = 53.32%
G = 16.35%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14580 (or 0xE14580) is known color: Cranberry. HEX triplet: E1, 45 and 80. RGB value is (225,69,128). Sum of RGB (Red+Green+Blue) = 225+69+128=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E14580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14580 is #1EBA7F. Grayscale: #7A7A7A. Windows color (decimal): -2013824 or 8406497. OLE color: 8406497.

HSL color Cylindrical-coordinate representation of color #E14580: hue angle of 337.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14580 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 128 -
CMYK 0 0.69 0.43 0.12
HSL 337.31º 0.72% 0.58% -
HSV(B) 337.31º 0.69% 0.88% -
XYZ 37.08 21.82 22.68 -
YUV 122.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 225 69 128 0 0.69 0.43 0.12 337.31 0.72 0.58
Hex E1 45 80 0 45 2B C 151 48 3A
Octal 341 105 200 0 105 53 14 521 110 72
Binary 11100001 1000101 10000000 0 1000101 101011 1100 101010001 1001000 111010

Color Harmonies of #E14580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14580

Black with #E14580

Text Example


Text Example

White with #E14580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14580; }

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

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

background-color css

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

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

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

border-color css

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

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

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