Html Css Color HEX #E12F6B Cerise

📋 copy color: '#E12F6B'

red 225 ◦ green 47 ◦ blue 107

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

Shades of Cerise #E12F6B

Tints of Cerise #E12F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 107 (42.19% from 255) = 28.23%

R = 59.37%
G = 12.4%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E12F6B (or 0xE12F6B) is known color: Cerise. HEX triplet: E1, 2F and 6B. RGB value is (225,47,107). Sum of RGB (Red+Green+Blue) = 225+47+107=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F6B is #1ED094. Grayscale: #6A6A6A. Windows color (decimal): -2019477 or 7024609. OLE color: 7024609.

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

Color convert

RGB 225 47 107 -
CMYK 0 0.79 0.52 0.12
HSL 339.78º 0.75% 0.53% -
HSV(B) 339.78º 0.79% 0.88% -
XYZ 34.72 19.1 15.77 -
YUV 107.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 225 47 107 0 0.79 0.52 0.12 339.78 0.75 0.53
Hex E1 2F 6B 0 4F 34 C 154 4B 35
Octal 341 57 153 0 117 64 14 524 113 65
Binary 11100001 101111 1101011 0 1001111 110100 1100 101010100 1001011 110101

Color Harmonies of #E12F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12F6B

Black with #E12F6B

Text Example


Text Example

White with #E12F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12F6B; }

 p { color: rgb(225,47,107); }

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

background-color css

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

 a { background-color: rgb(225,47,107); }

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

border-color css

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

 span { border-color: rgb(225,47,107); }

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