Html Css Color HEX #E12963 Cerise

📋 copy color: '#E12963'

red 225 ◦ green 41 ◦ blue 99

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

Shades of Cerise #E12963

Tints of Cerise #E12963

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 61.64%
G = 11.23%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E12963 (or 0xE12963) is known color: Cerise. HEX triplet: E1, 29 and 63. RGB value is (225,41,99). Sum of RGB (Red+Green+Blue) = 225+41+99=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E12963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12963 is #1ED69C. Grayscale: #666666. Windows color (decimal): -2021021 or 6498785. OLE color: 6498785.

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

Color convert

RGB 225 41 99 -
CMYK 0 0.82 0.56 0.12
HSL 341.09º 0.75% 0.52% -
HSV(B) 341.09º 0.82% 0.88% -
XYZ 34.1 18.49 13.58 -
YUV 102.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 225 41 99 0 0.82 0.56 0.12 341.09 0.75 0.52
Hex E1 29 63 0 52 38 C 155 4B 34
Octal 341 51 143 0 122 70 14 525 113 64
Binary 11100001 101001 1100011 0 1010010 111000 1100 101010101 1001011 110100

Color Harmonies of #E12963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12963

Black with #E12963

Text Example


Text Example

White with #E12963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12963; }

 p { color: rgb(225,41,99); }

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

background-color css

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

 a { background-color: rgb(225,41,99); }

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

border-color css

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

 span { border-color: rgb(225,41,99); }

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