Html Css Color HEX #E94D6B Cranberry

📋 copy color: '#E94D6B'

red 233 ◦ green 77 ◦ blue 107

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

Shades of Cranberry #E94D6B

Tints of Cranberry #E94D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

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

R = 55.88%
G = 18.47%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E94D6B (or 0xE94D6B) is known color: Cranberry. HEX triplet: E9, 4D and 6B. RGB value is (233,77,107). Sum of RGB (Red+Green+Blue) = 233+77+107=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D6B is #16B294. Grayscale: #7F7F7F. Windows color (decimal): -1487509 or 7032297. OLE color: 7032297.

HSL color Cylindrical-coordinate representation of color #E94D6B: hue angle of 348.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94D6B is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 77 107 -
CMYK 0 0.67 0.54 0.09
HSL 348.46º 0.78% 0.61% -
HSV(B) 348.46º 0.67% 0.91% -
XYZ 38.91 23.69 16.43 -
YUV 127.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 233 77 107 0 0.67 0.54 0.09 348.46 0.78 0.61
Hex E9 4D 6B 0 43 36 9 15C 4E 3D
Octal 351 115 153 0 103 66 11 534 116 75
Binary 11101001 1001101 1101011 0 1000011 110110 1001 101011100 1001110 111101

Color Harmonies of #E94D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94D6B

Black with #E94D6B

Text Example


Text Example

White with #E94D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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