Html Css Color HEX #E93275 Cerise

📋 copy color: '#E93275'

red 233 ◦ green 50 ◦ blue 117

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

Shades of Cerise #E93275

Tints of Cerise #E93275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.5%

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

R = 58.25%
G = 12.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E93275 (or 0xE93275) is known color: Cerise. HEX triplet: E9, 32 and 75. RGB value is (233,50,117). Sum of RGB (Red+Green+Blue) = 233+50+117=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E93275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93275 is #16CD8A. Grayscale: #707070. Windows color (decimal): -1494411 or 7680745. OLE color: 7680745.

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

Color convert

RGB 233 50 117 -
CMYK 0 0.79 0.50 0.09
HSL 338.03º 0.81% 0.55% -
HSV(B) 338.03º 0.79% 0.91% -
XYZ 37.96 20.89 18.86 -
YUV 112.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 233 50 117 0 0.79 0.50 0.09 338.03 0.81 0.55
Hex E9 32 75 0 4F 32 9 152 51 37
Octal 351 62 165 0 117 62 11 522 121 67
Binary 11101001 110010 1110101 0 1001111 110010 1001 101010010 1010001 110111

Color Harmonies of #E93275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93275

Black with #E93275

Text Example


Text Example

White with #E93275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93275; }

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

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

background-color css

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

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

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

border-color css

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

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

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