Html Css Color HEX #E6295D Cerise

📋 copy color: '#E6295D'

red 230 ◦ green 41 ◦ blue 93

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

Shades of Cerise #E6295D

Tints of Cerise #E6295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 63.19%
G = 11.26%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6295D (or 0xE6295D) is known color: Cerise. HEX triplet: E6, 29 and 5D. RGB value is (230,41,93). Sum of RGB (Red+Green+Blue) = 230+41+93=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6295D is #19D6A2. Grayscale: #676767. Windows color (decimal): -1693347 or 6105574. OLE color: 6105574.

HSL color Cylindrical-coordinate representation of color #E6295D: hue angle of 343.49º 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 #E6295D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 93 -
CMYK 0 0.82 0.60 0.10
HSL 343.49º 0.79% 0.53% -
HSV(B) 343.49º 0.82% 0.9% -
XYZ 35.4 19.2 12.2 -
YUV 103.44 122.12 218.27 -
System Red Green Blue C M Y K H S L
Decimal 230 41 93 0 0.82 0.60 0.10 343.49 0.79 0.53
Hex E6 29 5D 0 52 3C A 157 4F 35
Octal 346 51 135 0 122 74 12 527 117 65
Binary 11100110 101001 1011101 0 1010010 111100 1010 101010111 1001111 110101

Color Harmonies of #E6295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6295D

Black with #E6295D

Text Example


Text Example

White with #E6295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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