Html Css Color HEX #E94F64 Cranberry

📋 copy color: '#E94F64'

red 233 ◦ green 79 ◦ blue 100

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

Shades of Cranberry #E94F64

Tints of Cranberry #E94F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.17%

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

R = 56.55%
G = 19.17%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E94F64 (or 0xE94F64) is known color: Cranberry. HEX triplet: E9, 4F and 64. RGB value is (233,79,100). Sum of RGB (Red+Green+Blue) = 233+79+100=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F64 is #16B09B. Grayscale: #7F7F7F. Windows color (decimal): -1487004 or 6574057. OLE color: 6574057.

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

Color convert

RGB 233 79 100 -
CMYK 0 0.66 0.57 0.09
HSL 351.82º 0.78% 0.61% -
HSV(B) 351.82º 0.66% 0.91% -
XYZ 38.7 23.84 14.62 -
YUV 127.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 233 79 100 0 0.66 0.57 0.09 351.82 0.78 0.61
Hex E9 4F 64 0 42 39 9 160 4E 3D
Octal 351 117 144 0 102 71 11 540 116 75
Binary 11101001 1001111 1100100 0 1000010 111001 1001 101100000 1001110 111101

Color Harmonies of #E94F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F64

Black with #E94F64

Text Example


Text Example

White with #E94F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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