Html Css Color HEX #E94A70 Cranberry

📋 copy color: '#E94A70'

red 233 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #E94A70

Tints of Cranberry #E94A70

RGB

 RED value IS 233 (91.41% from 255) = 55.61%

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 55.61%
G = 17.66%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E94A70 (or 0xE94A70) is known color: Cranberry. HEX triplet: E9, 4A and 70. RGB value is (233,74,112). Sum of RGB (Red+Green+Blue) = 233+74+112=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A70 is #16B58F. Grayscale: #7D7D7D. Windows color (decimal): -1488272 or 7359209. OLE color: 7359209.

HSL color Cylindrical-coordinate representation of color #E94A70: hue angle of 345.66º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94A70 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 112 -
CMYK 0 0.68 0.52 0.09
HSL 345.66º 0.78% 0.6% -
HSV(B) 345.66º 0.68% 0.91% -
XYZ 38.98 23.39 17.79 -
YUV 125.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 233 74 112 0 0.68 0.52 0.09 345.66 0.78 0.6
Hex E9 4A 70 0 44 34 9 15A 4E 3C
Octal 351 112 160 0 104 64 11 532 116 74
Binary 11101001 1001010 1110000 0 1000100 110100 1001 101011010 1001110 111100

Color Harmonies of #E94A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A70

Black with #E94A70

Text Example


Text Example

White with #E94A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A70; }

 p { color: rgb(233,74,112); }

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

background-color css

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

 a { background-color: rgb(233,74,112); }

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

border-color css

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

 span { border-color: rgb(233,74,112); }

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