Html Css Color HEX #E621D9 Razzle Dazzle Rose

📋 copy color: '#E621D9'

red 230 ◦ green 33 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E621D9

Tints of Razzle Dazzle Rose #E621D9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.88%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 47.92%
G = 6.88%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E621D9 (or 0xE621D9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and D9. RGB value is (230,33,217). Sum of RGB (Red+Green+Blue) = 230+33+217=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E621D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621D9 is #19DE26. Grayscale: #707070. Windows color (decimal): -1695271 or 14229990. OLE color: 14229990.

HSL color Cylindrical-coordinate representation of color #E621D9: hue angle of 303.96º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E621D9 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 33 217 -
CMYK 0 0.86 0.06 0.10
HSL 303.96º 0.8% 0.52% -
HSV(B) 303.96º 0.86% 0.9% -
XYZ 45.7 22.92 67.66 -
YUV 112.88 186.77 211.54 -
System Red Green Blue C M Y K H S L
Decimal 230 33 217 0 0.86 0.06 0.10 303.96 0.8 0.52
Hex E6 21 D9 0 56 6 A 130 50 34
Octal 346 41 331 0 126 6 12 460 120 64
Binary 11100110 100001 11011001 0 1010110 110 1010 100110000 1010000 110100

Color Harmonies of #E621D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621D9

Black with #E621D9

Text Example


Text Example

White with #E621D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621D9; }

 p { color: rgb(230,33,217); }

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

background-color css

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

 a { background-color: rgb(230,33,217); }

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

border-color css

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

 span { border-color: rgb(230,33,217); }

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