Html Css Color HEX #E94272 Cranberry

📋 copy color: '#E94272'

red 233 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #E94272

Tints of Cranberry #E94272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 56.42%
G = 15.98%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E94272 (or 0xE94272) is known color: Cranberry. HEX triplet: E9, 42 and 72. RGB value is (233,66,114). Sum of RGB (Red+Green+Blue) = 233+66+114=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E94272 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94272 is #16BD8D. Grayscale: #797979. Windows color (decimal): -1490318 or 7488233. OLE color: 7488233.

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

Color convert

RGB 233 66 114 -
CMYK 0 0.72 0.51 0.09
HSL 342.75º 0.79% 0.59% -
HSV(B) 342.75º 0.72% 0.91% -
XYZ 38.59 22.43 18.22 -
YUV 121.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 233 66 114 0 0.72 0.51 0.09 342.75 0.79 0.59
Hex E9 42 72 0 48 33 9 157 4F 3B
Octal 351 102 162 0 110 63 11 527 117 73
Binary 11101001 1000010 1110010 0 1001000 110011 1001 101010111 1001111 111011

Color Harmonies of #E94272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94272

Black with #E94272

Text Example


Text Example

White with #E94272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94272; }

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

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

background-color css

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

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

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

border-color css

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

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

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