Html Css Color HEX #E621DA Razzle Dazzle Rose

📋 copy color: '#E621DA'

red 230 ◦ green 33 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E621DA

Tints of Razzle Dazzle Rose #E621DA

RGB

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

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

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

R = 47.82%
G = 6.86%
B = 45.32%

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

#E621DA (or 0xE621DA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and DA. RGB value is (230,33,218). Sum of RGB (Red+Green+Blue) = 230+33+218=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E621DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621DA is #19DE25. Grayscale: #707070. Windows color (decimal): -1695270 or 14295526. OLE color: 14295526.

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

Color convert

RGB 230 33 218 -
CMYK 0 0.86 0.05 0.10
HSL 303.65º 0.8% 0.52% -
HSV(B) 303.65º 0.86% 0.9% -
XYZ 45.83 22.97 68.35 -
YUV 112.99 187.27 211.46 -
System Red Green Blue C M Y K H S L
Decimal 230 33 218 0 0.86 0.05 0.10 303.65 0.8 0.52
Hex E6 21 DA 0 56 5 A 130 50 34
Octal 346 41 332 0 126 5 12 460 120 64
Binary 11100110 100001 11011010 0 1010110 101 1010 100110000 1010000 110100

Color Harmonies of #E621DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621DA

Black with #E621DA

Text Example


Text Example

White with #E621DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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