Html Css Color HEX #E13465 Cerise

📋 copy color: '#E13465'

red 225 ◦ green 52 ◦ blue 101

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

Shades of Cerise #E13465

Tints of Cerise #E13465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.76%

 BLUE value IS 101 (39.84% from 255) = 26.72%

R = 59.52%
G = 13.76%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E13465 (or 0xE13465) is known color: Cerise. HEX triplet: E1, 34 and 65. RGB value is (225,52,101). Sum of RGB (Red+Green+Blue) = 225+52+101=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E13465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13465 is #1ECB9A. Grayscale: #6D6D6D. Windows color (decimal): -2018203 or 6632673. OLE color: 6632673.

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

Color convert

RGB 225 52 101 -
CMYK 0 0.77 0.55 0.12
HSL 343.01º 0.74% 0.54% -
HSV(B) 343.01º 0.77% 0.88% -
XYZ 34.63 19.4 14.23 -
YUV 109.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 225 52 101 0 0.77 0.55 0.12 343.01 0.74 0.54
Hex E1 34 65 0 4D 37 C 157 4A 36
Octal 341 64 145 0 115 67 14 527 112 66
Binary 11100001 110100 1100101 0 1001101 110111 1100 101010111 1001010 110110

Color Harmonies of #E13465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13465

Black with #E13465

Text Example


Text Example

White with #E13465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13465; }

 p { color: rgb(225,52,101); }

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

background-color css

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

 a { background-color: rgb(225,52,101); }

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

border-color css

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

 span { border-color: rgb(225,52,101); }

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