Html Css Color HEX #E6245D Cerise

📋 copy color: '#E6245D'

red 230 ◦ green 36 ◦ blue 93

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

Shades of Cerise #E6245D

Tints of Cerise #E6245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.03%

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

R = 64.07%
G = 10.03%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6245D (or 0xE6245D) is known color: Cerise. HEX triplet: E6, 24 and 5D. RGB value is (230,36,93). Sum of RGB (Red+Green+Blue) = 230+36+93=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6245D is #19DBA2. Grayscale: #646464. Windows color (decimal): -1694627 or 6104294. OLE color: 6104294.

HSL color Cylindrical-coordinate representation of color #E6245D: hue angle of 342.37º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6245D is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 36 93 -
CMYK 0 0.84 0.60 0.10
HSL 342.37º 0.8% 0.52% -
HSV(B) 342.37º 0.84% 0.9% -
XYZ 35.24 18.88 12.14 -
YUV 100.5 123.77 220.37 -
System Red Green Blue C M Y K H S L
Decimal 230 36 93 0 0.84 0.60 0.10 342.37 0.8 0.52
Hex E6 24 5D 0 54 3C A 156 50 34
Octal 346 44 135 0 124 74 12 526 120 64
Binary 11100110 100100 1011101 0 1010100 111100 1010 101010110 1010000 110100

Color Harmonies of #E6245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6245D

Black with #E6245D

Text Example


Text Example

White with #E6245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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