Html Css Color HEX #E94A64 Cranberry

📋 copy color: '#E94A64'

red 233 ◦ green 74 ◦ blue 100

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

Shades of Cranberry #E94A64

Tints of Cranberry #E94A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.57%

R = 57.25%
G = 18.18%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E94A64 (or 0xE94A64) is known color: Cranberry. HEX triplet: E9, 4A and 64. RGB value is (233,74,100). Sum of RGB (Red+Green+Blue) = 233+74+100=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A64 is #16B59B. Grayscale: #7C7C7C. Windows color (decimal): -1488284 or 6572777. OLE color: 6572777.

HSL color Cylindrical-coordinate representation of color #E94A64: hue angle of 350.19º 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 #E94A64 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 74 100 -
CMYK 0 0.68 0.57 0.09
HSL 350.19º 0.78% 0.6% -
HSV(B) 350.19º 0.68% 0.91% -
XYZ 38.35 23.14 14.5 -
YUV 124.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 233 74 100 0 0.68 0.57 0.09 350.19 0.78 0.6
Hex E9 4A 64 0 44 39 9 15E 4E 3C
Octal 351 112 144 0 104 71 11 536 116 74
Binary 11101001 1001010 1100100 0 1000100 111001 1001 101011110 1001110 111100

Color Harmonies of #E94A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A64

Black with #E94A64

Text Example


Text Example

White with #E94A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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