Html Css Color HEX #E62AD2 Razzle Dazzle Rose

📋 copy color: '#E62AD2'

red 230 ◦ green 42 ◦ blue 210

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

Shades of Razzle Dazzle Rose #E62AD2

Tints of Razzle Dazzle Rose #E62AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.57%

R = 47.72%
G = 8.71%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E62AD2 (or 0xE62AD2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and D2. RGB value is (230,42,210). Sum of RGB (Red+Green+Blue) = 230+42+210=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 42 (16.80% from 255 or 8.71% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62AD2 is #19D52D. Grayscale: #747474. Windows color (decimal): -1692974 or 13773542. OLE color: 13773542.

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

Color convert

RGB 230 42 210 -
CMYK 0 0.82 0.09 0.10
HSL 306.38º 0.79% 0.53% -
HSV(B) 306.38º 0.82% 0.9% -
XYZ 45.09 23.13 63.06 -
YUV 117.36 180.28 208.34 -
System Red Green Blue C M Y K H S L
Decimal 230 42 210 0 0.82 0.09 0.10 306.38 0.79 0.53
Hex E6 2A D2 0 52 9 A 132 4F 35
Octal 346 52 322 0 122 11 12 462 117 65
Binary 11100110 101010 11010010 0 1010010 1001 1010 100110010 1001111 110101

Color Harmonies of #E62AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AD2

Black with #E62AD2

Text Example


Text Example

White with #E62AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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