Html Css Color HEX #E14484 Cranberry

📋 copy color: '#E14484'

red 225 ◦ green 68 ◦ blue 132

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

Shades of Cranberry #E14484

Tints of Cranberry #E14484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.06%

R = 52.94%
G = 16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E14484 (or 0xE14484) is known color: Cranberry. HEX triplet: E1, 44 and 84. RGB value is (225,68,132). Sum of RGB (Red+Green+Blue) = 225+68+132=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E14484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14484 is #1EBB7B. Grayscale: #7A7A7A. Windows color (decimal): -2014076 or 8668385. OLE color: 8668385.

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

Color convert

RGB 225 68 132 -
CMYK 0 0.70 0.41 0.12
HSL 335.54º 0.72% 0.57% -
HSV(B) 335.54º 0.7% 0.88% -
XYZ 37.28 21.81 24.07 -
YUV 122.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 225 68 132 0 0.70 0.41 0.12 335.54 0.72 0.57
Hex E1 44 84 0 46 29 C 150 48 39
Octal 341 104 204 0 106 51 14 520 110 71
Binary 11100001 1000100 10000100 0 1000110 101001 1100 101010000 1001000 111001

Color Harmonies of #E14484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14484

Black with #E14484

Text Example


Text Example

White with #E14484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14484; }

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

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

background-color css

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

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

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

border-color css

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

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

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