Html Css Color HEX #E93262 Cerise

📋 copy color: '#E93262'

red 233 ◦ green 50 ◦ blue 98

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

Shades of Cerise #E93262

Tints of Cerise #E93262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 61.15%
G = 13.12%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E93262 (or 0xE93262) is known color: Cerise. HEX triplet: E9, 32 and 62. RGB value is (233,50,98). Sum of RGB (Red+Green+Blue) = 233+50+98=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E93262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93262 is #16CD9D. Grayscale: #6E6E6E. Windows color (decimal): -1494430 or 6435561. OLE color: 6435561.

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

Color convert

RGB 233 50 98 -
CMYK 0 0.79 0.58 0.09
HSL 344.26º 0.81% 0.55% -
HSV(B) 344.26º 0.79% 0.91% -
XYZ 36.95 20.49 13.56 -
YUV 110.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 233 50 98 0 0.79 0.58 0.09 344.26 0.81 0.55
Hex E9 32 62 0 4F 3A 9 158 51 37
Octal 351 62 142 0 117 72 11 530 121 67
Binary 11101001 110010 1100010 0 1001111 111010 1001 101011000 1010001 110111

Color Harmonies of #E93262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93262

Black with #E93262

Text Example


Text Example

White with #E93262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93262; }

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

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

background-color css

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

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

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

border-color css

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

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

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