Html Css Color HEX #E94B6E Cranberry

📋 copy color: '#E94B6E'

red 233 ◦ green 75 ◦ blue 110

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

Shades of Cranberry #E94B6E

Tints of Cranberry #E94B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 55.74%
G = 17.94%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E94B6E (or 0xE94B6E) is known color: Cranberry. HEX triplet: E9, 4B and 6E. RGB value is (233,75,110). Sum of RGB (Red+Green+Blue) = 233+75+110=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B6E is #16B491. Grayscale: #7E7E7E. Windows color (decimal): -1488018 or 7228393. OLE color: 7228393.

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

Color convert

RGB 233 75 110 -
CMYK 0 0.68 0.53 0.09
HSL 346.71º 0.78% 0.6% -
HSV(B) 346.71º 0.68% 0.91% -
XYZ 38.93 23.48 17.23 -
YUV 126.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 233 75 110 0 0.68 0.53 0.09 346.71 0.78 0.6
Hex E9 4B 6E 0 44 35 9 15B 4E 3C
Octal 351 113 156 0 104 65 11 533 116 74
Binary 11101001 1001011 1101110 0 1000100 110101 1001 101011011 1001110 111100

Color Harmonies of #E94B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B6E

Black with #E94B6E

Text Example


Text Example

White with #E94B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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