Html Css Color HEX #E94B6C Cranberry

📋 copy color: '#E94B6C'

red 233 ◦ green 75 ◦ blue 108

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

Shades of Cranberry #E94B6C

Tints of Cranberry #E94B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 56.01%
G = 18.03%
B = 25.96%

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

#E94B6C (or 0xE94B6C) is known color: Cranberry. HEX triplet: E9, 4B and 6C. RGB value is (233,75,108). Sum of RGB (Red+Green+Blue) = 233+75+108=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B6C is #16B493. Grayscale: #7E7E7E. Windows color (decimal): -1488020 or 7097321. OLE color: 7097321.

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

Color convert

RGB 233 75 108 -
CMYK 0 0.68 0.54 0.09
HSL 347.47º 0.78% 0.6% -
HSV(B) 347.47º 0.68% 0.91% -
XYZ 38.83 23.44 16.67 -
YUV 126 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 233 75 108 0 0.68 0.54 0.09 347.47 0.78 0.6
Hex E9 4B 6C 0 44 36 9 15B 4E 3C
Octal 351 113 154 0 104 66 11 533 116 74
Binary 11101001 1001011 1101100 0 1000100 110110 1001 101011011 1001110 111100

Color Harmonies of #E94B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B6C

Black with #E94B6C

Text Example


Text Example

White with #E94B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B6C; }

 p { color: rgb(233,75,108); }

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

background-color css

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

 a { background-color: rgb(233,75,108); }

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

border-color css

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

 span { border-color: rgb(233,75,108); }

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