Html Css Color HEX #E9348C Deep Cerise

📋 copy color: '#E9348C'

red 233 ◦ green 52 ◦ blue 140

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

Shades of Deep Cerise #E9348C

Tints of Deep Cerise #E9348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.24%

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 54.82%
G = 12.24%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E9348C (or 0xE9348C) is known color: Deep Cerise. HEX triplet: E9, 34 and 8C. RGB value is (233,52,140). Sum of RGB (Red+Green+Blue) = 233+52+140=425 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.82% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 233 - color contains mainly: red. Hex color #E9348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9348C is #16CB73. Grayscale: #737373. Windows color (decimal): -1493876 or 9188585. OLE color: 9188585.

HSL color Cylindrical-coordinate representation of color #E9348C: hue angle of 330.83º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E9348C is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 52 140 -
CMYK 0 0.78 0.40 0.09
HSL 330.83º 0.8% 0.56% -
HSV(B) 330.83º 0.78% 0.91% -
XYZ 39.57 21.67 26.91 -
YUV 116.15 141.47 211.34 -
System Red Green Blue C M Y K H S L
Decimal 233 52 140 0 0.78 0.40 0.09 330.83 0.8 0.56
Hex E9 34 8C 0 4E 28 9 14B 50 38
Octal 351 64 214 0 116 50 11 513 120 70
Binary 11101001 110100 10001100 0 1001110 101000 1001 101001011 1010000 111000

Color Harmonies of #E9348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9348C

Black with #E9348C

Text Example


Text Example

White with #E9348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9348C; }

 p { color: rgb(233,52,140); }

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

background-color css

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

 a { background-color: rgb(233,52,140); }

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

border-color css

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

 span { border-color: rgb(233,52,140); }

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