Html Css Color HEX #E14281 Cranberry

📋 copy color: '#E14281'

red 225 ◦ green 66 ◦ blue 129

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

Shades of Cranberry #E14281

Tints of Cranberry #E14281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 53.57%
G = 15.71%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E14281 (or 0xE14281) is known color: Cranberry. HEX triplet: E1, 42 and 81. RGB value is (225,66,129). Sum of RGB (Red+Green+Blue) = 225+66+129=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E14281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14281 is #1EBD7E. Grayscale: #787878. Windows color (decimal): -2014591 or 8471265. OLE color: 8471265.

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

Color convert

RGB 225 66 129 -
CMYK 0 0.71 0.43 0.12
HSL 336.23º 0.73% 0.57% -
HSV(B) 336.23º 0.71% 0.88% -
XYZ 36.96 21.49 22.97 -
YUV 120.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 225 66 129 0 0.71 0.43 0.12 336.23 0.73 0.57
Hex E1 42 81 0 47 2B C 150 49 39
Octal 341 102 201 0 107 53 14 520 111 71
Binary 11100001 1000010 10000001 0 1000111 101011 1100 101010000 1001001 111001

Color Harmonies of #E14281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14281

Black with #E14281

Text Example


Text Example

White with #E14281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14281; }

 p { color: rgb(225,66,129); }

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

background-color css

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

 a { background-color: rgb(225,66,129); }

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

border-color css

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

 span { border-color: rgb(225,66,129); }

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