Html Css Color HEX #E6157E Deep Cerise

📋 copy color: '#E6157E'

red 230 ◦ green 21 ◦ blue 126

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

Shades of Deep Cerise #E6157E

Tints of Deep Cerise #E6157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.57%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 61.01%
G = 5.57%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6157E (or 0xE6157E) is known color: Deep Cerise. HEX triplet: E6, 15 and 7E. RGB value is (230,21,126). Sum of RGB (Red+Green+Blue) = 230+21+126=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6157E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6157E is #19EA81. Grayscale: #5F5F5F. Windows color (decimal): -1698434 or 8263142. OLE color: 8263142.

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

Color convert

RGB 230 21 126 -
CMYK 0 0.91 0.45 0.10
HSL 329.86º 0.83% 0.49% -
HSV(B) 329.86º 0.91% 0.9% -
XYZ 36.67 18.87 21.45 -
YUV 95.46 145.24 223.96 -
System Red Green Blue C M Y K H S L
Decimal 230 21 126 0 0.91 0.45 0.10 329.86 0.83 0.49
Hex E6 15 7E 0 5B 2D A 14A 53 31
Octal 346 25 176 0 133 55 12 512 123 61
Binary 11100110 10101 1111110 0 1011011 101101 1010 101001010 1010011 110001

Color Harmonies of #E6157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6157E

Black with #E6157E

Text Example


Text Example

White with #E6157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6157E; }

 p { color: rgb(230,21,126); }

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

background-color css

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

 a { background-color: rgb(230,21,126); }

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

border-color css

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

 span { border-color: rgb(230,21,126); }

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