Html Css Color HEX #E62A70 Cerise

📋 copy color: '#E62A70'

red 230 ◦ green 42 ◦ blue 112

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

Shades of Cerise #E62A70

Tints of Cerise #E62A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 59.9%
G = 10.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E62A70 (or 0xE62A70) is known color: Cerise. HEX triplet: E6, 2A and 70. RGB value is (230,42,112). Sum of RGB (Red+Green+Blue) = 230+42+112=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62A70 is #19D58F. Grayscale: #6A6A6A. Windows color (decimal): -1693072 or 7351014. OLE color: 7351014.

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

Color convert

RGB 230 42 112 -
CMYK 0 0.82 0.51 0.10
HSL 337.66º 0.79% 0.53% -
HSV(B) 337.66º 0.82% 0.9% -
XYZ 36.39 19.65 17.2 -
YUV 106.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 230 42 112 0 0.82 0.51 0.10 337.66 0.79 0.53
Hex E6 2A 70 0 52 33 A 152 4F 35
Octal 346 52 160 0 122 63 12 522 117 65
Binary 11100110 101010 1110000 0 1010010 110011 1010 101010010 1001111 110101

Color Harmonies of #E62A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A70

Black with #E62A70

Text Example


Text Example

White with #E62A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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