Html Css Color HEX #E13F7E Deep Cerise

📋 copy color: '#E13F7E'

red 225 ◦ green 63 ◦ blue 126

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

Shades of Deep Cerise #E13F7E

Tints of Deep Cerise #E13F7E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

 BLUE value IS 126 (49.61% from 255) = 30.43%

R = 54.35%
G = 15.22%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E13F7E (or 0xE13F7E) is known color: Deep Cerise. HEX triplet: E1, 3F and 7E. RGB value is (225,63,126). Sum of RGB (Red+Green+Blue) = 225+63+126=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E13F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13F7E is #1EC081. Grayscale: #767676. Windows color (decimal): -2015362 or 8273889. OLE color: 8273889.

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

Color convert

RGB 225 63 126 -
CMYK 0 0.72 0.44 0.12
HSL 336.67º 0.73% 0.56% -
HSV(B) 336.67º 0.72% 0.88% -
XYZ 36.59 21.07 21.88 -
YUV 118.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 225 63 126 0 0.72 0.44 0.12 336.67 0.73 0.56
Hex E1 3F 7E 0 48 2C C 151 49 38
Octal 341 77 176 0 110 54 14 521 111 70
Binary 11100001 111111 1111110 0 1001000 101100 1100 101010001 1001001 111000

Color Harmonies of #E13F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13F7E

Black with #E13F7E

Text Example


Text Example

White with #E13F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13F7E; }

 p { color: rgb(225,63,126); }

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

background-color css

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

 a { background-color: rgb(225,63,126); }

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

border-color css

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

 span { border-color: rgb(225,63,126); }

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