Html Css Color HEX #E6295F Cerise

📋 copy color: '#E6295F'

red 230 ◦ green 41 ◦ blue 95

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

Shades of Cerise #E6295F

Tints of Cerise #E6295F

RGB

 RED value IS 230 (90.23% from 255) = 62.84%

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 95 (37.5% from 255) = 25.96%

R = 62.84%
G = 11.2%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6295F (or 0xE6295F) is known color: Cerise. HEX triplet: E6, 29 and 5F. RGB value is (230,41,95). Sum of RGB (Red+Green+Blue) = 230+41+95=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E6295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6295F is #19D6A0. Grayscale: #676767. Windows color (decimal): -1693345 or 6236646. OLE color: 6236646.

HSL color Cylindrical-coordinate representation of color #E6295F: hue angle of 342.86º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6295F is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 95 -
CMYK 0 0.82 0.59 0.10
HSL 342.86º 0.79% 0.53% -
HSV(B) 342.86º 0.82% 0.9% -
XYZ 35.49 19.24 12.67 -
YUV 103.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 230 41 95 0 0.82 0.59 0.10 342.86 0.79 0.53
Hex E6 29 5F 0 52 3B A 157 4F 35
Octal 346 51 137 0 122 73 12 527 117 65
Binary 11100110 101001 1011111 0 1010010 111011 1010 101010111 1001111 110101

Color Harmonies of #E6295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6295F

Black with #E6295F

Text Example


Text Example

White with #E6295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6295F; }

 p { color: rgb(230,41,95); }

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

background-color css

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

 a { background-color: rgb(230,41,95); }

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

border-color css

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

 span { border-color: rgb(230,41,95); }

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