Html Css Color HEX #E14265 Cerise

📋 copy color: '#E14265'

red 225 ◦ green 66 ◦ blue 101

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

Shades of Cerise #E14265

Tints of Cerise #E14265

RGB

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

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

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

R = 57.4%
G = 16.84%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E14265 (or 0xE14265) is known color: Cerise. HEX triplet: E1, 42 and 65. RGB value is (225,66,101). Sum of RGB (Red+Green+Blue) = 225+66+101=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E14265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14265 is #1EBD9A. Grayscale: #757575. Windows color (decimal): -2014619 or 6636257. OLE color: 6636257.

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

Color convert

RGB 225 66 101 -
CMYK 0 0.71 0.55 0.12
HSL 346.79º 0.73% 0.57% -
HSV(B) 346.79º 0.71% 0.88% -
XYZ 35.35 20.84 14.47 -
YUV 117.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 225 66 101 0 0.71 0.55 0.12 346.79 0.73 0.57
Hex E1 42 65 0 47 37 C 15B 49 39
Octal 341 102 145 0 107 67 14 533 111 71
Binary 11100001 1000010 1100101 0 1000111 110111 1100 101011011 1001001 111001

Color Harmonies of #E14265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14265

Black with #E14265

Text Example


Text Example

White with #E14265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14265; }

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

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

background-color css

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

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

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

border-color css

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

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

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