Html Css Color HEX #E620DD Razzle Dazzle Rose

📋 copy color: '#E620DD'

red 230 ◦ green 32 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E620DD

Tints of Razzle Dazzle Rose #E620DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.63%

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 47.62%
G = 6.63%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E620DD (or 0xE620DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and DD. RGB value is (230,32,221). Sum of RGB (Red+Green+Blue) = 230+32+221=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E620DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620DD is #19DF22. Grayscale: #707070. Windows color (decimal): -1695523 or 14491878. OLE color: 14491878.

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

Color convert

RGB 230 32 221 -
CMYK 0 0.86 0.04 0.10
HSL 302.73º 0.8% 0.51% -
HSV(B) 302.73º 0.86% 0.9% -
XYZ 46.2 23.08 70.43 -
YUV 112.75 189.1 211.63 -
System Red Green Blue C M Y K H S L
Decimal 230 32 221 0 0.86 0.04 0.10 302.73 0.8 0.51
Hex E6 20 DD 0 56 4 A 12F 50 33
Octal 346 40 335 0 126 4 12 457 120 63
Binary 11100110 100000 11011101 0 1010110 100 1010 100101111 1010000 110011

Color Harmonies of #E620DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620DD

Black with #E620DD

Text Example


Text Example

White with #E620DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620DD; }

 p { color: rgb(230,32,221); }

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

background-color css

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

 a { background-color: rgb(230,32,221); }

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

border-color css

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

 span { border-color: rgb(230,32,221); }

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