Html Css Color HEX #E6285F Cerise

📋 copy color: '#E6285F'

red 230 ◦ green 40 ◦ blue 95

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

Shades of Cerise #E6285F

Tints of Cerise #E6285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.96%

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

R = 63.01%
G = 10.96%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6285F (or 0xE6285F) is known color: Cerise. HEX triplet: E6, 28 and 5F. RGB value is (230,40,95). Sum of RGB (Red+Green+Blue) = 230+40+95=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E6285F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6285F is #19D7A0. Grayscale: #676767. Windows color (decimal): -1693601 or 6236390. OLE color: 6236390.

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

Color convert

RGB 230 40 95 -
CMYK 0 0.83 0.59 0.10
HSL 342.63º 0.79% 0.53% -
HSV(B) 342.63º 0.83% 0.9% -
XYZ 35.46 19.17 12.66 -
YUV 103.08 123.45 218.53 -
System Red Green Blue C M Y K H S L
Decimal 230 40 95 0 0.83 0.59 0.10 342.63 0.79 0.53
Hex E6 28 5F 0 53 3B A 157 4F 35
Octal 346 50 137 0 123 73 12 527 117 65
Binary 11100110 101000 1011111 0 1010011 111011 1010 101010111 1001111 110101

Color Harmonies of #E6285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6285F

Black with #E6285F

Text Example


Text Example

White with #E6285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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