Html Css Color HEX #E14065 Cerise

📋 copy color: '#E14065'

red 225 ◦ green 64 ◦ blue 101

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

Shades of Cerise #E14065

Tints of Cerise #E14065

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.41%

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

R = 57.69%
G = 16.41%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14065 (or 0xE14065) is known color: Cerise. HEX triplet: E1, 40 and 65. RGB value is (225,64,101). Sum of RGB (Red+Green+Blue) = 225+64+101=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E14065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14065 is #1EBF9A. Grayscale: #747474. Windows color (decimal): -2015131 or 6635745. OLE color: 6635745.

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

Color convert

RGB 225 64 101 -
CMYK 0 0.72 0.55 0.12
HSL 346.21º 0.73% 0.57% -
HSV(B) 346.21º 0.72% 0.88% -
XYZ 35.23 20.61 14.43 -
YUV 116.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 225 64 101 0 0.72 0.55 0.12 346.21 0.73 0.57
Hex E1 40 65 0 48 37 C 15A 49 39
Octal 341 100 145 0 110 67 14 532 111 71
Binary 11100001 1000000 1100101 0 1001000 110111 1100 101011010 1001001 111001

Color Harmonies of #E14065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14065

Black with #E14065

Text Example


Text Example

White with #E14065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14065; }

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

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

background-color css

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

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

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

border-color css

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

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

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