Html Css Color HEX #E62082 Deep Cerise

📋 copy color: '#E62082'

red 230 ◦ green 32 ◦ blue 130

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

Shades of Deep Cerise #E62082

Tints of Deep Cerise #E62082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.16%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 58.67%
G = 8.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E62082 (or 0xE62082) is known color: Deep Cerise. HEX triplet: E6, 20 and 82. RGB value is (230,32,130). Sum of RGB (Red+Green+Blue) = 230+32+130=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E62082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62082 is #19DF7D. Grayscale: #666666. Windows color (decimal): -1695614 or 8528102. OLE color: 8528102.

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

Color convert

RGB 230 32 130 -
CMYK 0 0.86 0.43 0.10
HSL 330.3º 0.8% 0.51% -
HSV(B) 330.3º 0.86% 0.9% -
XYZ 37.18 19.47 22.92 -
YUV 102.37 143.6 219.03 -
System Red Green Blue C M Y K H S L
Decimal 230 32 130 0 0.86 0.43 0.10 330.3 0.8 0.51
Hex E6 20 82 0 56 2B A 14A 50 33
Octal 346 40 202 0 126 53 12 512 120 63
Binary 11100110 100000 10000010 0 1010110 101011 1010 101001010 1010000 110011

Color Harmonies of #E62082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62082

Black with #E62082

Text Example


Text Example

White with #E62082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62082; }

 p { color: rgb(230,32,130); }

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

background-color css

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

 a { background-color: rgb(230,32,130); }

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

border-color css

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

 span { border-color: rgb(230,32,130); }

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