Html Css Color HEX #E93F75 Cranberry

📋 copy color: '#E93F75'

red 233 ◦ green 63 ◦ blue 117

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

Shades of Cranberry #E93F75

Tints of Cranberry #E93F75

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

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

R = 56.42%
G = 15.25%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E93F75 (or 0xE93F75) is known color: Cranberry. HEX triplet: E9, 3F and 75. RGB value is (233,63,117). Sum of RGB (Red+Green+Blue) = 233+63+117=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93F75 is #16C08A. Grayscale: #777777. Windows color (decimal): -1491083 or 7684073. OLE color: 7684073.

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

Color convert

RGB 233 63 117 -
CMYK 0 0.73 0.50 0.09
HSL 340.94º 0.79% 0.58% -
HSV(B) 340.94º 0.73% 0.91% -
XYZ 38.59 22.16 19.07 -
YUV 119.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 233 63 117 0 0.73 0.50 0.09 340.94 0.79 0.58
Hex E9 3F 75 0 49 32 9 155 4F 3A
Octal 351 77 165 0 111 62 11 525 117 72
Binary 11101001 111111 1110101 0 1001001 110010 1001 101010101 1001111 111010

Color Harmonies of #E93F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F75

Black with #E93F75

Text Example


Text Example

White with #E93F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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