Html Css Color HEX #E14B6F Cranberry

📋 copy color: '#E14B6F'

red 225 ◦ green 75 ◦ blue 111

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

Shades of Cranberry #E14B6F

Tints of Cranberry #E14B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 54.74%
G = 18.25%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E14B6F (or 0xE14B6F) is known color: Cranberry. HEX triplet: E1, 4B and 6F. RGB value is (225,75,111). Sum of RGB (Red+Green+Blue) = 225+75+111=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B6F is #1EB490. Grayscale: #7B7B7B. Windows color (decimal): -2012305 or 7293921. OLE color: 7293921.

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

Color convert

RGB 225 75 111 -
CMYK 0 0.67 0.51 0.12
HSL 345.6º 0.71% 0.59% -
HSV(B) 345.6º 0.67% 0.88% -
XYZ 36.44 22.19 17.4 -
YUV 123.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 225 75 111 0 0.67 0.51 0.12 345.6 0.71 0.59
Hex E1 4B 6F 0 43 33 C 15A 47 3B
Octal 341 113 157 0 103 63 14 532 107 73
Binary 11100001 1001011 1101111 0 1000011 110011 1100 101011010 1000111 111011

Color Harmonies of #E14B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B6F

Black with #E14B6F

Text Example


Text Example

White with #E14B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B6F; }

 p { color: rgb(225,75,111); }

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

background-color css

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

 a { background-color: rgb(225,75,111); }

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

border-color css

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

 span { border-color: rgb(225,75,111); }

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