Html Css Color HEX #E14482 Cranberry

📋 copy color: '#E14482'

red 225 ◦ green 68 ◦ blue 130

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

Shades of Cranberry #E14482

Tints of Cranberry #E14482

RGB

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

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

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

R = 53.19%
G = 16.08%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E14482 (or 0xE14482) is known color: Cranberry. HEX triplet: E1, 44 and 82. RGB value is (225,68,130). Sum of RGB (Red+Green+Blue) = 225+68+130=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E14482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14482 is #1EBB7D. Grayscale: #797979. Windows color (decimal): -2014078 or 8537313. OLE color: 8537313.

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

Color convert

RGB 225 68 130 -
CMYK 0 0.70 0.42 0.12
HSL 336.31º 0.72% 0.57% -
HSV(B) 336.31º 0.7% 0.88% -
XYZ 37.15 21.75 23.36 -
YUV 122.01 132.51 201.46 -
System Red Green Blue C M Y K H S L
Decimal 225 68 130 0 0.70 0.42 0.12 336.31 0.72 0.57
Hex E1 44 82 0 46 2A C 150 48 39
Octal 341 104 202 0 106 52 14 520 110 71
Binary 11100001 1000100 10000010 0 1000110 101010 1100 101010000 1001000 111001

Color Harmonies of #E14482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14482

Black with #E14482

Text Example


Text Example

White with #E14482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14482; }

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

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

background-color css

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

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

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

border-color css

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

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

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