Html Css Color HEX #E2465E Cerise

📋 copy color: '#E2465E'

red 226 ◦ green 70 ◦ blue 94

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

Shades of Cerise #E2465E

Tints of Cerise #E2465E

RGB

 RED value IS 226 (88.67% from 255) = 57.95%

 GREEN value IS 70 (27.73% from 255) = 17.95%

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 57.95%
G = 17.95%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2465E (or 0xE2465E) is known color: Cerise. HEX triplet: E2, 46 and 5E. RGB value is (226,70,94). Sum of RGB (Red+Green+Blue) = 226+70+94=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E2465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2465E is #1DB9A1. Grayscale: #777777. Windows color (decimal): -1948066 or 6178530. OLE color: 6178530.

HSL color Cylindrical-coordinate representation of color #E2465E: hue angle of 350.77º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2465E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 70 94 -
CMYK 0 0.69 0.58 0.11
HSL 350.77º 0.73% 0.58% -
HSV(B) 350.77º 0.69% 0.89% -
XYZ 35.57 21.36 12.84 -
YUV 119.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 226 70 94 0 0.69 0.58 0.11 350.77 0.73 0.58
Hex E2 46 5E 0 45 3A B 15F 49 3A
Octal 342 106 136 0 105 72 13 537 111 72
Binary 11100010 1000110 1011110 0 1000101 111010 1011 101011111 1001001 111010

Color Harmonies of #E2465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2465E

Black with #E2465E

Text Example


Text Example

White with #E2465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2465E; }

 p { color: rgb(226,70,94); }

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

background-color css

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

 a { background-color: rgb(226,70,94); }

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

border-color css

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

 span { border-color: rgb(226,70,94); }

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