Html Css Color HEX #E14582 Cranberry

📋 copy color: '#E14582'

red 225 ◦ green 69 ◦ blue 130

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

Shades of Cranberry #E14582

Tints of Cranberry #E14582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 53.07%
G = 16.27%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14582 (or 0xE14582) is known color: Cranberry. HEX triplet: E1, 45 and 82. RGB value is (225,69,130). Sum of RGB (Red+Green+Blue) = 225+69+130=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14582 is #1EBA7D. Grayscale: #7A7A7A. Windows color (decimal): -2013822 or 8537569. OLE color: 8537569.

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

Color convert

RGB 225 69 130 -
CMYK 0 0.69 0.42 0.12
HSL 336.54º 0.72% 0.58% -
HSV(B) 336.54º 0.69% 0.88% -
XYZ 37.21 21.88 23.38 -
YUV 122.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 225 69 130 0 0.69 0.42 0.12 336.54 0.72 0.58
Hex E1 45 82 0 45 2A C 151 48 3A
Octal 341 105 202 0 105 52 14 521 110 72
Binary 11100001 1000101 10000010 0 1000101 101010 1100 101010001 1001000 111010

Color Harmonies of #E14582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14582

Black with #E14582

Text Example


Text Example

White with #E14582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14582; }

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

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

background-color css

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

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

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

border-color css

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

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

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