Html Css Color HEX #E94071 Cranberry

📋 copy color: '#E94071'

red 233 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #E94071

Tints of Cranberry #E94071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

 BLUE value IS 113 (44.53% from 255) = 27.56%

R = 56.83%
G = 15.61%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E94071 (or 0xE94071) is known color: Cranberry. HEX triplet: E9, 40 and 71. RGB value is (233,64,113). Sum of RGB (Red+Green+Blue) = 233+64+113=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E94071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94071 is #16BF8E. Grayscale: #787878. Windows color (decimal): -1490831 or 7422185. OLE color: 7422185.

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

Color convert

RGB 233 64 113 -
CMYK 0 0.73 0.52 0.09
HSL 342.6º 0.79% 0.58% -
HSV(B) 342.6º 0.73% 0.91% -
XYZ 38.42 22.18 17.88 -
YUV 120.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 233 64 113 0 0.73 0.52 0.09 342.6 0.79 0.58
Hex E9 40 71 0 49 34 9 157 4F 3A
Octal 351 100 161 0 111 64 11 527 117 72
Binary 11101001 1000000 1110001 0 1001001 110100 1001 101010111 1001111 111010

Color Harmonies of #E94071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94071

Black with #E94071

Text Example


Text Example

White with #E94071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94071; }

 p { color: rgb(233,64,113); }

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

background-color css

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

 a { background-color: rgb(233,64,113); }

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

border-color css

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

 span { border-color: rgb(233,64,113); }

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