Html Css Color HEX #E14169 Cerise

📋 copy color: '#E14169'

red 225 ◦ green 65 ◦ blue 105

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

Shades of Cerise #E14169

Tints of Cerise #E14169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.46%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 56.96%
G = 16.46%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E14169 (or 0xE14169) is known color: Cerise. HEX triplet: E1, 41 and 69. RGB value is (225,65,105). Sum of RGB (Red+Green+Blue) = 225+65+105=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14169 is #1EBE96. Grayscale: #757575. Windows color (decimal): -2014871 or 6898145. OLE color: 6898145.

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

Color convert

RGB 225 65 105 -
CMYK 0 0.71 0.53 0.12
HSL 345º 0.73% 0.57% -
HSV(B) 345º 0.71% 0.88% -
XYZ 35.49 20.81 15.51 -
YUV 117.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 225 65 105 0 0.71 0.53 0.12 345 0.73 0.57
Hex E1 41 69 0 47 35 C 159 49 39
Octal 341 101 151 0 107 65 14 531 111 71
Binary 11100001 1000001 1101001 0 1000111 110101 1100 101011001 1001001 111001

Color Harmonies of #E14169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14169

Black with #E14169

Text Example


Text Example

White with #E14169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14169; }

 p { color: rgb(225,65,105); }

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

background-color css

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

 a { background-color: rgb(225,65,105); }

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

border-color css

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

 span { border-color: rgb(225,65,105); }

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