Html Css Color HEX #E45A70 Cranberry

📋 copy color: '#E45A70'

red 228 ◦ green 90 ◦ blue 112

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

Shades of Cranberry #E45A70

Tints of Cranberry #E45A70

RGB

 RED value IS 228 (89.45% from 255) = 53.02%

 GREEN value IS 90 (35.55% from 255) = 20.93%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 53.02%
G = 20.93%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E45A70 (or 0xE45A70) is known color: Cranberry. HEX triplet: E4, 5A and 70. RGB value is (228,90,112). Sum of RGB (Red+Green+Blue) = 228+90+112=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A70 is #1BA58F. Grayscale: #858585. Windows color (decimal): -1811856 or 7363300. OLE color: 7363300.

HSL color Cylindrical-coordinate representation of color #E45A70: hue angle of 350.43º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A70 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 90 112 -
CMYK 0 0.61 0.51 0.11
HSL 350.43º 0.72% 0.62% -
HSV(B) 350.43º 0.61% 0.89% -
XYZ 38.58 24.98 18.12 -
YUV 133.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 228 90 112 0 0.61 0.51 0.11 350.43 0.72 0.62
Hex E4 5A 70 0 3D 33 B 15E 48 3E
Octal 344 132 160 0 75 63 13 536 110 76
Binary 11100100 1011010 1110000 0 111101 110011 1011 101011110 1001000 111110

Color Harmonies of #E45A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A70

Black with #E45A70

Text Example


Text Example

White with #E45A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A70; }

 p { color: rgb(228,90,112); }

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

background-color css

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

 a { background-color: rgb(228,90,112); }

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

border-color css

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

 span { border-color: rgb(228,90,112); }

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