Html Css Color HEX #E62AD8 Razzle Dazzle Rose

📋 copy color: '#E62AD8'

red 230 ◦ green 42 ◦ blue 216

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

Shades of Razzle Dazzle Rose #E62AD8

Tints of Razzle Dazzle Rose #E62AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 47.13%
G = 8.61%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E62AD8 (or 0xE62AD8) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and D8. RGB value is (230,42,216). Sum of RGB (Red+Green+Blue) = 230+42+216=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 42 (16.80% from 255 or 8.61% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62AD8 is #19D527. Grayscale: #757575. Windows color (decimal): -1692968 or 14166758. OLE color: 14166758.

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

Color convert

RGB 230 42 216 -
CMYK 0 0.82 0.06 0.10
HSL 304.47º 0.79% 0.53% -
HSV(B) 304.47º 0.82% 0.9% -
XYZ 45.86 23.44 67.07 -
YUV 118.05 183.28 207.85 -
System Red Green Blue C M Y K H S L
Decimal 230 42 216 0 0.82 0.06 0.10 304.47 0.79 0.53
Hex E6 2A D8 0 52 6 A 130 4F 35
Octal 346 52 330 0 122 6 12 460 117 65
Binary 11100110 101010 11011000 0 1010010 110 1010 100110000 1001111 110101

Color Harmonies of #E62AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62AD8

Black with #E62AD8

Text Example


Text Example

White with #E62AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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