Html Css Color HEX #E62AD6 Razzle Dazzle Rose

📋 copy color: '#E62AD6'

red 230 ◦ green 42 ◦ blue 214

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

Shades of Razzle Dazzle Rose #E62AD6

Tints of Razzle Dazzle Rose #E62AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.03%

R = 47.33%
G = 8.64%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E62AD6 (or 0xE62AD6) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and D6. RGB value is (230,42,214). Sum of RGB (Red+Green+Blue) = 230+42+214=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62AD6 is #19D529. Grayscale: #757575. Windows color (decimal): -1692970 or 14035686. OLE color: 14035686.

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

Color convert

RGB 230 42 214 -
CMYK 0 0.82 0.07 0.10
HSL 305.11º 0.79% 0.53% -
HSV(B) 305.11º 0.82% 0.9% -
XYZ 45.6 23.33 65.72 -
YUV 117.82 182.28 208.01 -
System Red Green Blue C M Y K H S L
Decimal 230 42 214 0 0.82 0.07 0.10 305.11 0.79 0.53
Hex E6 2A D6 0 52 7 A 131 4F 35
Octal 346 52 326 0 122 7 12 461 117 65
Binary 11100110 101010 11010110 0 1010010 111 1010 100110001 1001111 110101

Color Harmonies of #E62AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AD6

Black with #E62AD6

Text Example


Text Example

White with #E62AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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