Html Css Color HEX #E620DA Razzle Dazzle Rose

📋 copy color: '#E620DA'

red 230 ◦ green 32 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E620DA

Tints of Razzle Dazzle Rose #E620DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.42%

R = 47.92%
G = 6.67%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E620DA (or 0xE620DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and DA. RGB value is (230,32,218). Sum of RGB (Red+Green+Blue) = 230+32+218=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 32 (12.89% from 255 or 6.67% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E620DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620DA is #19DF25. Grayscale: #6F6F6F. Windows color (decimal): -1695526 or 14295270. OLE color: 14295270.

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

Color convert

RGB 230 32 218 -
CMYK 0 0.86 0.05 0.10
HSL 303.64º 0.8% 0.51% -
HSV(B) 303.64º 0.86% 0.9% -
XYZ 45.8 22.92 68.34 -
YUV 112.41 187.6 211.88 -
System Red Green Blue C M Y K H S L
Decimal 230 32 218 0 0.86 0.05 0.10 303.64 0.8 0.51
Hex E6 20 DA 0 56 5 A 130 50 33
Octal 346 40 332 0 126 5 12 460 120 63
Binary 11100110 100000 11011010 0 1010110 101 1010 100110000 1010000 110011

Color Harmonies of #E620DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620DA

Black with #E620DA

Text Example


Text Example

White with #E620DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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