Html Css Color HEX #E92F5D Cerise

📋 copy color: '#E92F5D'

red 233 ◦ green 47 ◦ blue 93

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

Shades of Cerise #E92F5D

Tints of Cerise #E92F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.6%

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

R = 62.47%
G = 12.6%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E92F5D (or 0xE92F5D) is known color: Cerise. HEX triplet: E9, 2F and 5D. RGB value is (233,47,93). Sum of RGB (Red+Green+Blue) = 233+47+93=373 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.47% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 233 - color contains mainly: red. Hex color #E92F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92F5D is #16D0A2. Grayscale: #6B6B6B. Windows color (decimal): -1495203 or 6107113. OLE color: 6107113.

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

Color convert

RGB 233 47 93 -
CMYK 0 0.80 0.60 0.09
HSL 345.16º 0.81% 0.55% -
HSV(B) 345.16º 0.8% 0.91% -
XYZ 36.6 20.15 12.32 -
YUV 107.86 119.62 217.26 -
System Red Green Blue C M Y K H S L
Decimal 233 47 93 0 0.80 0.60 0.09 345.16 0.81 0.55
Hex E9 2F 5D 0 50 3C 9 159 51 37
Octal 351 57 135 0 120 74 11 531 121 67
Binary 11101001 101111 1011101 0 1010000 111100 1001 101011001 1010001 110111

Color Harmonies of #E92F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92F5D

Black with #E92F5D

Text Example


Text Example

White with #E92F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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