Html Css Color HEX #E92695 Deep Cerise

📋 copy color: '#E92695'

red 233 ◦ green 38 ◦ blue 149

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

Shades of Deep Cerise #E92695

Tints of Deep Cerise #E92695

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 55.48%
G = 9.05%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E92695 (or 0xE92695) is known color: Deep Cerise. HEX triplet: E9, 26 and 95. RGB value is (233,38,149). Sum of RGB (Red+Green+Blue) = 233+38+149=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E92695 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92695 is #16D96A. Grayscale: #6C6C6C. Windows color (decimal): -1497451 or 9774825. OLE color: 9774825.

HSL color Cylindrical-coordinate representation of color #E92695: hue angle of 325.85º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92695 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 38 149 -
CMYK 0 0.84 0.36 0.09
HSL 325.85º 0.82% 0.53% -
HSV(B) 325.85º 0.84% 0.91% -
XYZ 39.72 20.88 30.37 -
YUV 108.96 150.6 216.47 -
System Red Green Blue C M Y K H S L
Decimal 233 38 149 0 0.84 0.36 0.09 325.85 0.82 0.53
Hex E9 26 95 0 54 24 9 146 52 35
Octal 351 46 225 0 124 44 11 506 122 65
Binary 11101001 100110 10010101 0 1010100 100100 1001 101000110 1010010 110101

Color Harmonies of #E92695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92695

Black with #E92695

Text Example


Text Example

White with #E92695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92695; }

 p { color: rgb(233,38,149); }

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

background-color css

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

 a { background-color: rgb(233,38,149); }

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

border-color css

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

 span { border-color: rgb(233,38,149); }

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