Html Css Color HEX #E13D6D Cerise

📋 copy color: '#E13D6D'

red 225 ◦ green 61 ◦ blue 109

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

Shades of Cerise #E13D6D

Tints of Cerise #E13D6D

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

 GREEN value IS 61 (24.22% from 255) = 15.44%

 BLUE value IS 109 (42.97% from 255) = 27.59%

R = 56.96%
G = 15.44%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E13D6D (or 0xE13D6D) is known color: Cerise. HEX triplet: E1, 3D and 6D. RGB value is (225,61,109). Sum of RGB (Red+Green+Blue) = 225+61+109=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D6D is #1EC292. Grayscale: #737373. Windows color (decimal): -2015891 or 7159265. OLE color: 7159265.

HSL color Cylindrical-coordinate representation of color #E13D6D: hue angle of 342.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13D6D is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 61 109 -
CMYK 0 0.73 0.52 0.12
HSL 342.44º 0.73% 0.56% -
HSV(B) 342.44º 0.73% 0.88% -
XYZ 35.48 20.45 16.55 -
YUV 115.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 225 61 109 0 0.73 0.52 0.12 342.44 0.73 0.56
Hex E1 3D 6D 0 49 34 C 156 49 38
Octal 341 75 155 0 111 64 14 526 111 70
Binary 11100001 111101 1101101 0 1001001 110100 1100 101010110 1001001 111000

Color Harmonies of #E13D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13D6D

Black with #E13D6D

Text Example


Text Example

White with #E13D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13D6D; }

 p { color: rgb(225,61,109); }

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

background-color css

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

 a { background-color: rgb(225,61,109); }

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

border-color css

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

 span { border-color: rgb(225,61,109); }

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