Html Css Color HEX #E94A6B Cranberry

📋 copy color: '#E94A6B'

red 233 ◦ green 74 ◦ blue 107

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

Shades of Cranberry #E94A6B

Tints of Cranberry #E94A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.85%

R = 56.28%
G = 17.87%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E94A6B (or 0xE94A6B) is known color: Cranberry. HEX triplet: E9, 4A and 6B. RGB value is (233,74,107). Sum of RGB (Red+Green+Blue) = 233+74+107=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94A6B is #16B594. Grayscale: #7D7D7D. Windows color (decimal): -1488277 or 7031529. OLE color: 7031529.

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

Color convert

RGB 233 74 107 -
CMYK 0 0.68 0.54 0.09
HSL 347.55º 0.78% 0.6% -
HSV(B) 347.55º 0.68% 0.91% -
XYZ 38.71 23.28 16.36 -
YUV 125.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 233 74 107 0 0.68 0.54 0.09 347.55 0.78 0.6
Hex E9 4A 6B 0 44 36 9 15C 4E 3C
Octal 351 112 153 0 104 66 11 534 116 74
Binary 11101001 1001010 1101011 0 1000100 110110 1001 101011100 1001110 111100

Color Harmonies of #E94A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A6B

Black with #E94A6B

Text Example


Text Example

White with #E94A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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