Html Css Color HEX #E14B7B Cranberry

📋 copy color: '#E14B7B'

red 225 ◦ green 75 ◦ blue 123

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

Shades of Cranberry #E14B7B

Tints of Cranberry #E14B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 53.19%
G = 17.73%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E14B7B (or 0xE14B7B) is known color: Cranberry. HEX triplet: E1, 4B and 7B. RGB value is (225,75,123). Sum of RGB (Red+Green+Blue) = 225+75+123=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14B7B is #1EB484. Grayscale: #7D7D7D. Windows color (decimal): -2012293 or 8080353. OLE color: 8080353.

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

Color convert

RGB 225 75 123 -
CMYK 0 0.67 0.45 0.12
HSL 340.8º 0.71% 0.59% -
HSV(B) 340.8º 0.67% 0.88% -
XYZ 37.14 22.47 21.12 -
YUV 125.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 225 75 123 0 0.67 0.45 0.12 340.8 0.71 0.59
Hex E1 4B 7B 0 43 2D C 155 47 3B
Octal 341 113 173 0 103 55 14 525 107 73
Binary 11100001 1001011 1111011 0 1000011 101101 1100 101010101 1000111 111011

Color Harmonies of #E14B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14B7B

Black with #E14B7B

Text Example


Text Example

White with #E14B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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