Html Css Color HEX #E14C7E Cranberry

📋 copy color: '#E14C7E'

red 225 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #E14C7E

Tints of Cranberry #E14C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 52.69%
G = 17.8%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E14C7E (or 0xE14C7E) is known color: Cranberry. HEX triplet: E1, 4C and 7E. RGB value is (225,76,126). Sum of RGB (Red+Green+Blue) = 225+76+126=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C7E is #1EB381. Grayscale: #7E7E7E. Windows color (decimal): -2012034 or 8277217. OLE color: 8277217.

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

Color convert

RGB 225 76 126 -
CMYK 0 0.66 0.44 0.12
HSL 339.87º 0.71% 0.59% -
HSV(B) 339.87º 0.66% 0.88% -
XYZ 37.4 22.68 22.15 -
YUV 126.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 225 76 126 0 0.66 0.44 0.12 339.87 0.71 0.59
Hex E1 4C 7E 0 42 2C C 154 47 3B
Octal 341 114 176 0 102 54 14 524 107 73
Binary 11100001 1001100 1111110 0 1000010 101100 1100 101010100 1000111 111011

Color Harmonies of #E14C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C7E

Black with #E14C7E

Text Example


Text Example

White with #E14C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C7E; }

 p { color: rgb(225,76,126); }

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

background-color css

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

 a { background-color: rgb(225,76,126); }

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

border-color css

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

 span { border-color: rgb(225,76,126); }

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