Html Css Color HEX #E9485D Cerise

📋 copy color: '#E9485D'

red 233 ◦ green 72 ◦ blue 93

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

Shades of Cerise #E9485D

Tints of Cerise #E9485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

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

R = 58.54%
G = 18.09%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9485D (or 0xE9485D) is known color: Cerise. HEX triplet: E9, 48 and 5D. RGB value is (233,72,93). Sum of RGB (Red+Green+Blue) = 233+72+93=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E9485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9485D is #16B7A2. Grayscale: #7A7A7A. Windows color (decimal): -1488803 or 6113513. OLE color: 6113513.

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

Color convert

RGB 233 72 93 -
CMYK 0 0.69 0.60 0.09
HSL 352.17º 0.79% 0.6% -
HSV(B) 352.17º 0.69% 0.91% -
XYZ 37.9 22.75 12.75 -
YUV 122.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 233 72 93 0 0.69 0.60 0.09 352.17 0.79 0.6
Hex E9 48 5D 0 45 3C 9 160 4F 3C
Octal 351 110 135 0 105 74 11 540 117 74
Binary 11101001 1001000 1011101 0 1000101 111100 1001 101100000 1001111 111100

Color Harmonies of #E9485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9485D

Black with #E9485D

Text Example


Text Example

White with #E9485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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