Html Css Color HEX #E13B5C Cerise

📋 copy color: '#E13B5C'

red 225 ◦ green 59 ◦ blue 92

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

Shades of Cerise #E13B5C

Tints of Cerise #E13B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.69%

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 59.84%
G = 15.69%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E13B5C (or 0xE13B5C) is known color: Cerise. HEX triplet: E1, 3B and 5C. RGB value is (225,59,92). Sum of RGB (Red+Green+Blue) = 225+59+92=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 59 (23.44% from 255 or 15.69% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13B5C is #1EC4A3. Grayscale: #707070. Windows color (decimal): -2016420 or 6044641. OLE color: 6044641.

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

Color convert

RGB 225 59 92 -
CMYK 0 0.74 0.59 0.12
HSL 348.07º 0.73% 0.56% -
HSV(B) 348.07º 0.74% 0.88% -
XYZ 34.55 19.91 12.15 -
YUV 112.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 225 59 92 0 0.74 0.59 0.12 348.07 0.73 0.56
Hex E1 3B 5C 0 4A 3B C 15C 49 38
Octal 341 73 134 0 112 73 14 534 111 70
Binary 11100001 111011 1011100 0 1001010 111011 1100 101011100 1001001 111000

Color Harmonies of #E13B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13B5C

Black with #E13B5C

Text Example


Text Example

White with #E13B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13B5C; }

 p { color: rgb(225,59,92); }

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

background-color css

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

 a { background-color: rgb(225,59,92); }

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

border-color css

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

 span { border-color: rgb(225,59,92); }

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