Html Css Color HEX #E13268 Cerise

📋 copy color: '#E13268'

red 225 ◦ green 50 ◦ blue 104

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

Shades of Cerise #E13268

Tints of Cerise #E13268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

 BLUE value IS 104 (41.02% from 255) = 27.44%

R = 59.37%
G = 13.19%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E13268 (or 0xE13268) is known color: Cerise. HEX triplet: E1, 32 and 68. RGB value is (225,50,104). Sum of RGB (Red+Green+Blue) = 225+50+104=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E13268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13268 is #1ECD97. Grayscale: #6C6C6C. Windows color (decimal): -2018712 or 6828769. OLE color: 6828769.

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

Color convert

RGB 225 50 104 -
CMYK 0 0.78 0.54 0.12
HSL 341.49º 0.74% 0.54% -
HSV(B) 341.49º 0.78% 0.88% -
XYZ 34.69 19.29 14.99 -
YUV 108.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 225 50 104 0 0.78 0.54 0.12 341.49 0.74 0.54
Hex E1 32 68 0 4E 36 C 155 4A 36
Octal 341 62 150 0 116 66 14 525 112 66
Binary 11100001 110010 1101000 0 1001110 110110 1100 101010101 1001010 110110

Color Harmonies of #E13268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13268

Black with #E13268

Text Example


Text Example

White with #E13268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13268; }

 p { color: rgb(225,50,104); }

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

background-color css

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

 a { background-color: rgb(225,50,104); }

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

border-color css

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

 span { border-color: rgb(225,50,104); }

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