Html Css Color HEX #E94575 Cranberry

📋 copy color: '#E94575'

red 233 ◦ green 69 ◦ blue 117

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

Shades of Cranberry #E94575

Tints of Cranberry #E94575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 55.61%
G = 16.47%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E94575 (or 0xE94575) is known color: Cranberry. HEX triplet: E9, 45 and 75. RGB value is (233,69,117). Sum of RGB (Red+Green+Blue) = 233+69+117=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E94575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94575 is #16BA8A. Grayscale: #7B7B7B. Windows color (decimal): -1489547 or 7685609. OLE color: 7685609.

HSL color Cylindrical-coordinate representation of color #E94575: hue angle of 342.44º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94575 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 117 -
CMYK 0 0.70 0.50 0.09
HSL 342.44º 0.79% 0.59% -
HSV(B) 342.44º 0.7% 0.91% -
XYZ 38.94 22.86 19.19 -
YUV 123.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 233 69 117 0 0.70 0.50 0.09 342.44 0.79 0.59
Hex E9 45 75 0 46 32 9 156 4F 3B
Octal 351 105 165 0 106 62 11 526 117 73
Binary 11101001 1000101 1110101 0 1000110 110010 1001 101010110 1001111 111011

Color Harmonies of #E94575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94575

Black with #E94575

Text Example


Text Example

White with #E94575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94575; }

 p { color: rgb(233,69,117); }

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

background-color css

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

 a { background-color: rgb(233,69,117); }

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

border-color css

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

 span { border-color: rgb(233,69,117); }

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