Html Css Color HEX #E62ACE Razzle Dazzle Rose

📋 copy color: '#E62ACE'

red 230 ◦ green 42 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E62ACE

Tints of Razzle Dazzle Rose #E62ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 48.12%
G = 8.79%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E62ACE (or 0xE62ACE) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and CE. RGB value is (230,42,206). Sum of RGB (Red+Green+Blue) = 230+42+206=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ACE is #19D531. Grayscale: #747474. Windows color (decimal): -1692978 or 13511398. OLE color: 13511398.

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

Color convert

RGB 230 42 206 -
CMYK 0 0.82 0.10 0.10
HSL 307.66º 0.79% 0.53% -
HSV(B) 307.66º 0.82% 0.9% -
XYZ 44.6 22.94 60.47 -
YUV 116.91 178.28 208.66 -
System Red Green Blue C M Y K H S L
Decimal 230 42 206 0 0.82 0.10 0.10 307.66 0.79 0.53
Hex E6 2A CE 0 52 A A 134 4F 35
Octal 346 52 316 0 122 12 12 464 117 65
Binary 11100110 101010 11001110 0 1010010 1010 1010 100110100 1001111 110101

Color Harmonies of #E62ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62ACE

Black with #E62ACE

Text Example


Text Example

White with #E62ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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