Html Css Color HEX #E14268 Cerise

📋 copy color: '#E14268'

red 225 ◦ green 66 ◦ blue 104

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

Shades of Cerise #E14268

Tints of Cerise #E14268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

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

R = 56.96%
G = 16.71%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E14268 (or 0xE14268) is known color: Cerise. HEX triplet: E1, 42 and 68. RGB value is (225,66,104). Sum of RGB (Red+Green+Blue) = 225+66+104=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14268 is #1EBD97. Grayscale: #757575. Windows color (decimal): -2014616 or 6832865. OLE color: 6832865.

HSL color Cylindrical-coordinate representation of color #E14268: hue angle of 345.66º 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 #E14268 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 66 104 -
CMYK 0 0.71 0.54 0.12
HSL 345.66º 0.73% 0.57% -
HSV(B) 345.66º 0.71% 0.88% -
XYZ 35.5 20.9 15.26 -
YUV 117.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 225 66 104 0 0.71 0.54 0.12 345.66 0.73 0.57
Hex E1 42 68 0 47 36 C 15A 49 39
Octal 341 102 150 0 107 66 14 532 111 71
Binary 11100001 1000010 1101000 0 1000111 110110 1100 101011010 1001001 111001

Color Harmonies of #E14268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14268

Black with #E14268

Text Example


Text Example

White with #E14268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14268; }

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

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

background-color css

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

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

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

border-color css

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

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

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