Html Css Color HEX #E14D6B Cranberry

📋 copy color: '#E14D6B'

red 225 ◦ green 77 ◦ blue 107

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

Shades of Cranberry #E14D6B

Tints of Cranberry #E14D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

 BLUE value IS 107 (42.19% from 255) = 26.16%

R = 55.01%
G = 18.83%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E14D6B (or 0xE14D6B) is known color: Cranberry. HEX triplet: E1, 4D and 6B. RGB value is (225,77,107). Sum of RGB (Red+Green+Blue) = 225+77+107=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D6B is #1EB294. Grayscale: #7C7C7C. Windows color (decimal): -2011797 or 7032289. OLE color: 7032289.

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

Color convert

RGB 225 77 107 -
CMYK 0 0.66 0.52 0.12
HSL 347.84º 0.71% 0.59% -
HSV(B) 347.84º 0.66% 0.88% -
XYZ 36.36 22.38 16.31 -
YUV 124.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 225 77 107 0 0.66 0.52 0.12 347.84 0.71 0.59
Hex E1 4D 6B 0 42 34 C 15C 47 3B
Octal 341 115 153 0 102 64 14 534 107 73
Binary 11100001 1001101 1101011 0 1000010 110100 1100 101011100 1000111 111011

Color Harmonies of #E14D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D6B

Black with #E14D6B

Text Example


Text Example

White with #E14D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D6B; }

 p { color: rgb(225,77,107); }

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

background-color css

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

 a { background-color: rgb(225,77,107); }

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

border-color css

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

 span { border-color: rgb(225,77,107); }

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