Html Css Color HEX #E94A6F Cranberry

📋 copy color: '#E94A6F'

red 233 ◦ green 74 ◦ blue 111

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

Shades of Cranberry #E94A6F

Tints of Cranberry #E94A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.56%

R = 55.74%
G = 17.7%
B = 26.56%

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

#E94A6F (or 0xE94A6F) is known color: Cranberry. HEX triplet: E9, 4A and 6F. RGB value is (233,74,111). Sum of RGB (Red+Green+Blue) = 233+74+111=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A6F is #16B590. Grayscale: #7D7D7D. Windows color (decimal): -1488273 or 7293673. OLE color: 7293673.

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

Color convert

RGB 233 74 111 -
CMYK 0 0.68 0.52 0.09
HSL 346.04º 0.78% 0.6% -
HSV(B) 346.04º 0.68% 0.91% -
XYZ 38.92 23.37 17.5 -
YUV 125.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 233 74 111 0 0.68 0.52 0.09 346.04 0.78 0.6
Hex E9 4A 6F 0 44 34 9 15A 4E 3C
Octal 351 112 157 0 104 64 11 532 116 74
Binary 11101001 1001010 1101111 0 1000100 110100 1001 101011010 1001110 111100

Color Harmonies of #E94A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A6F

Black with #E94A6F

Text Example


Text Example

White with #E94A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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