Html Css Color HEX #E13A6E Cerise

📋 copy color: '#E13A6E'

red 225 ◦ green 58 ◦ blue 110

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

Shades of Cerise #E13A6E

Tints of Cerise #E13A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

 BLUE value IS 110 (43.36% from 255) = 27.99%

R = 57.25%
G = 14.76%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E13A6E (or 0xE13A6E) is known color: Cerise. HEX triplet: E1, 3A and 6E. RGB value is (225,58,110). Sum of RGB (Red+Green+Blue) = 225+58+110=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A6E is #1EC591. Grayscale: #717171. Windows color (decimal): -2016658 or 7224033. OLE color: 7224033.

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

Color convert

RGB 225 58 110 -
CMYK 0 0.74 0.51 0.12
HSL 341.32º 0.74% 0.55% -
HSV(B) 341.32º 0.74% 0.88% -
XYZ 35.38 20.16 16.78 -
YUV 113.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 225 58 110 0 0.74 0.51 0.12 341.32 0.74 0.55
Hex E1 3A 6E 0 4A 33 C 155 4A 37
Octal 341 72 156 0 112 63 14 525 112 67
Binary 11100001 111010 1101110 0 1001010 110011 1100 101010101 1001010 110111

Color Harmonies of #E13A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13A6E

Black with #E13A6E

Text Example


Text Example

White with #E13A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13A6E; }

 p { color: rgb(225,58,110); }

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

background-color css

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

 a { background-color: rgb(225,58,110); }

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

border-color css

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

 span { border-color: rgb(225,58,110); }

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