Html Css Color HEX #E94275 Cranberry

📋 copy color: '#E94275'

red 233 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #E94275

Tints of Cranberry #E94275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 56.01%
G = 15.87%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E94275 (or 0xE94275) is known color: Cranberry. HEX triplet: E9, 42 and 75. RGB value is (233,66,117). Sum of RGB (Red+Green+Blue) = 233+66+117=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E94275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94275 is #16BD8A. Grayscale: #797979. Windows color (decimal): -1490315 or 7684841. OLE color: 7684841.

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

Color convert

RGB 233 66 117 -
CMYK 0 0.72 0.50 0.09
HSL 341.68º 0.79% 0.59% -
HSV(B) 341.68º 0.72% 0.91% -
XYZ 38.76 22.5 19.13 -
YUV 121.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 233 66 117 0 0.72 0.50 0.09 341.68 0.79 0.59
Hex E9 42 75 0 48 32 9 156 4F 3B
Octal 351 102 165 0 110 62 11 526 117 73
Binary 11101001 1000010 1110101 0 1001000 110010 1001 101010110 1001111 111011

Color Harmonies of #E94275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94275

Black with #E94275

Text Example


Text Example

White with #E94275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94275; }

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

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

background-color css

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

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

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

border-color css

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

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

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