Html Css Color HEX #E92D5D Cerise

📋 copy color: '#E92D5D'

red 233 ◦ green 45 ◦ blue 93

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

Shades of Cerise #E92D5D

Tints of Cerise #E92D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.13%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 62.8%
G = 12.13%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E92D5D (or 0xE92D5D) is known color: Cerise. HEX triplet: E9, 2D and 5D. RGB value is (233,45,93). Sum of RGB (Red+Green+Blue) = 233+45+93=371 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.80% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D5D is #16D2A2. Grayscale: #6A6A6A. Windows color (decimal): -1495715 or 6106601. OLE color: 6106601.

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

Color convert

RGB 233 45 93 -
CMYK 0 0.81 0.60 0.09
HSL 344.68º 0.81% 0.55% -
HSV(B) 344.68º 0.81% 0.91% -
XYZ 36.52 19.99 12.29 -
YUV 106.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 233 45 93 0 0.81 0.60 0.09 344.68 0.81 0.55
Hex E9 2D 5D 0 51 3C 9 159 51 37
Octal 351 55 135 0 121 74 11 531 121 67
Binary 11101001 101101 1011101 0 1010001 111100 1001 101011001 1010001 110111

Color Harmonies of #E92D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D5D

Black with #E92D5D

Text Example


Text Example

White with #E92D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D5D; }

 p { color: rgb(233,45,93); }

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

background-color css

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

 a { background-color: rgb(233,45,93); }

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

border-color css

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

 span { border-color: rgb(233,45,93); }

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