Html Css Color HEX #E9348D Deep Cerise

📋 copy color: '#E9348D'

red 233 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #E9348D

Tints of Deep Cerise #E9348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 54.69%
G = 12.21%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9348D (or 0xE9348D) is known color: Deep Cerise. HEX triplet: E9, 34 and 8D. RGB value is (233,52,141). Sum of RGB (Red+Green+Blue) = 233+52+141=426 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.69% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 233 - color contains mainly: red. Hex color #E9348D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E9348D is #16CB72. Grayscale: #747474. Windows color (decimal): -1493875 or 9254121. OLE color: 9254121.

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

Color convert

RGB 233 52 141 -
CMYK 0 0.78 0.39 0.09
HSL 330.5º 0.8% 0.56% -
HSV(B) 330.5º 0.78% 0.91% -
XYZ 39.64 21.7 27.3 -
YUV 116.27 141.97 211.26 -
System Red Green Blue C M Y K H S L
Decimal 233 52 141 0 0.78 0.39 0.09 330.5 0.8 0.56
Hex E9 34 8D 0 4E 27 9 14A 50 38
Octal 351 64 215 0 116 47 11 512 120 70
Binary 11101001 110100 10001101 0 1001110 100111 1001 101001010 1010000 111000

Color Harmonies of #E9348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9348D

Black with #E9348D

Text Example


Text Example

White with #E9348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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