Html Css Color HEX #E94B6A Cranberry

📋 copy color: '#E94B6A'

red 233 ◦ green 75 ◦ blue 106

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

Shades of Cranberry #E94B6A

Tints of Cranberry #E94B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 56.28%
G = 18.12%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E94B6A (or 0xE94B6A) is known color: Cranberry. HEX triplet: E9, 4B and 6A. RGB value is (233,75,106). Sum of RGB (Red+Green+Blue) = 233+75+106=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B6A is #16B495. Grayscale: #7D7D7D. Windows color (decimal): -1488022 or 6966249. OLE color: 6966249.

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

Color convert

RGB 233 75 106 -
CMYK 0 0.68 0.55 0.09
HSL 348.23º 0.78% 0.6% -
HSV(B) 348.23º 0.68% 0.91% -
XYZ 38.72 23.4 16.11 -
YUV 125.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 233 75 106 0 0.68 0.55 0.09 348.23 0.78 0.6
Hex E9 4B 6A 0 44 37 9 15C 4E 3C
Octal 351 113 152 0 104 67 11 534 116 74
Binary 11101001 1001011 1101010 0 1000100 110111 1001 101011100 1001110 111100

Color Harmonies of #E94B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94B6A

Black with #E94B6A

Text Example


Text Example

White with #E94B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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