Html Css Color HEX #E62A8A Deep Cerise

📋 copy color: '#E62A8A'

red 230 ◦ green 42 ◦ blue 138

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

Shades of Deep Cerise #E62A8A

Tints of Deep Cerise #E62A8A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.24%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 56.1%
G = 10.24%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E62A8A (or 0xE62A8A) is known color: Deep Cerise. HEX triplet: E6, 2A and 8A. RGB value is (230,42,138). Sum of RGB (Red+Green+Blue) = 230+42+138=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62A8A is #19D575. Grayscale: #6C6C6C. Windows color (decimal): -1693046 or 9054950. OLE color: 9054950.

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

Color convert

RGB 230 42 138 -
CMYK 0 0.82 0.4 0.10
HSL 329.36º 0.79% 0.53% -
HSV(B) 329.36º 0.82% 0.9% -
XYZ 38.05 20.31 25.96 -
YUV 109.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 230 42 138 0 0.82 0.4 0.10 329.36 0.79 0.53
Hex E6 2A 8A 0 52 28 A 149 4F 35
Octal 346 52 212 0 122 50 12 511 117 65
Binary 11100110 101010 10001010 0 1010010 101000 1010 101001001 1001111 110101

Color Harmonies of #E62A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A8A

Black with #E62A8A

Text Example


Text Example

White with #E62A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A8A; }

 p { color: rgb(230,42,138); }

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

background-color css

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

 a { background-color: rgb(230,42,138); }

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

border-color css

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

 span { border-color: rgb(230,42,138); }

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