Html Css Color HEX #E62A7D Deep Cerise

📋 copy color: '#E62A7D'

red 230 ◦ green 42 ◦ blue 125

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

Shades of Deep Cerise #E62A7D

Tints of Deep Cerise #E62A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 57.93%
G = 10.58%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E62A7D (or 0xE62A7D) is known color: Deep Cerise. HEX triplet: E6, 2A and 7D. RGB value is (230,42,125). Sum of RGB (Red+Green+Blue) = 230+42+125=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62A7D is #19D582. Grayscale: #6B6B6B. Windows color (decimal): -1693059 or 8202982. OLE color: 8202982.

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

Color convert

RGB 230 42 125 -
CMYK 0 0.82 0.46 0.10
HSL 333.51º 0.79% 0.53% -
HSV(B) 333.51º 0.82% 0.9% -
XYZ 37.16 19.96 21.3 -
YUV 107.67 137.78 215.25 -
System Red Green Blue C M Y K H S L
Decimal 230 42 125 0 0.82 0.46 0.10 333.51 0.79 0.53
Hex E6 2A 7D 0 52 2E A 14E 4F 35
Octal 346 52 175 0 122 56 12 516 117 65
Binary 11100110 101010 1111101 0 1010010 101110 1010 101001110 1001111 110101

Color Harmonies of #E62A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A7D

Black with #E62A7D

Text Example


Text Example

White with #E62A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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