Html Css Color HEX #E12670 Cerise

📋 copy color: '#E12670'

red 225 ◦ green 38 ◦ blue 112

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

Shades of Cerise #E12670

Tints of Cerise #E12670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.13%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 60%
G = 10.13%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E12670 (or 0xE12670) is known color: Cerise. HEX triplet: E1, 26 and 70. RGB value is (225,38,112). Sum of RGB (Red+Green+Blue) = 225+38+112=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E12670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12670 is #1ED98F. Grayscale: #666666. Windows color (decimal): -2021776 or 7349985. OLE color: 7349985.

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

Color convert

RGB 225 38 112 -
CMYK 0 0.83 0.50 0.12
HSL 336.26º 0.76% 0.52% -
HSV(B) 336.26º 0.83% 0.88% -
XYZ 34.67 18.56 17.09 -
YUV 102.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 225 38 112 0 0.83 0.50 0.12 336.26 0.76 0.52
Hex E1 26 70 0 53 32 C 150 4C 34
Octal 341 46 160 0 123 62 14 520 114 64
Binary 11100001 100110 1110000 0 1010011 110010 1100 101010000 1001100 110100

Color Harmonies of #E12670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12670

Black with #E12670

Text Example


Text Example

White with #E12670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12670; }

 p { color: rgb(225,38,112); }

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

background-color css

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

 a { background-color: rgb(225,38,112); }

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

border-color css

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

 span { border-color: rgb(225,38,112); }

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