Html Css Color HEX #E1457B Cranberry

📋 copy color: '#E1457B'

red 225 ◦ green 69 ◦ blue 123

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

Shades of Cranberry #E1457B

Tints of Cranberry #E1457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.55%

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

R = 53.96%
G = 16.55%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1457B (or 0xE1457B) is known color: Cranberry. HEX triplet: E1, 45 and 7B. RGB value is (225,69,123). Sum of RGB (Red+Green+Blue) = 225+69+123=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E1457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1457B is #1EBA84. Grayscale: #797979. Windows color (decimal): -2013829 or 8078817. OLE color: 8078817.

HSL color Cylindrical-coordinate representation of color #E1457B: hue angle of 339.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1457B is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 123 -
CMYK 0 0.69 0.45 0.12
HSL 339.23º 0.72% 0.58% -
HSV(B) 339.23º 0.69% 0.88% -
XYZ 36.75 21.69 20.99 -
YUV 121.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 225 69 123 0 0.69 0.45 0.12 339.23 0.72 0.58
Hex E1 45 7B 0 45 2D C 153 48 3A
Octal 341 105 173 0 105 55 14 523 110 72
Binary 11100001 1000101 1111011 0 1000101 101101 1100 101010011 1001000 111010

Color Harmonies of #E1457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1457B

Black with #E1457B

Text Example


Text Example

White with #E1457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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