Html Css Color HEX #E94F68 Cranberry

📋 copy color: '#E94F68'

red 233 ◦ green 79 ◦ blue 104

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

Shades of Cranberry #E94F68

Tints of Cranberry #E94F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 56.01%
G = 18.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E94F68 (or 0xE94F68) is known color: Cranberry. HEX triplet: E9, 4F and 68. RGB value is (233,79,104). Sum of RGB (Red+Green+Blue) = 233+79+104=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94F68 is #16B097. Grayscale: #7F7F7F. Windows color (decimal): -1487000 or 6836201. OLE color: 6836201.

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

Color convert

RGB 233 79 104 -
CMYK 0 0.66 0.55 0.09
HSL 350.26º 0.78% 0.61% -
HSV(B) 350.26º 0.66% 0.91% -
XYZ 38.9 23.92 15.66 -
YUV 127.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 233 79 104 0 0.66 0.55 0.09 350.26 0.78 0.61
Hex E9 4F 68 0 42 37 9 15E 4E 3D
Octal 351 117 150 0 102 67 11 536 116 75
Binary 11101001 1001111 1101000 0 1000010 110111 1001 101011110 1001110 111101

Color Harmonies of #E94F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F68

Black with #E94F68

Text Example


Text Example

White with #E94F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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