Html Css Color HEX #E621D4 Razzle Dazzle Rose

📋 copy color: '#E621D4'

red 230 ◦ green 33 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E621D4

Tints of Razzle Dazzle Rose #E621D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.63%

R = 48.42%
G = 6.95%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E621D4 (or 0xE621D4) is known color: Razzle Dazzle Rose. HEX triplet: E6, 21 and D4. RGB value is (230,33,212). Sum of RGB (Red+Green+Blue) = 230+33+212=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E621D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E621D4 is #19DE2B. Grayscale: #6F6F6F. Windows color (decimal): -1695276 or 13902310. OLE color: 13902310.

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

Color convert

RGB 230 33 212 -
CMYK 0 0.86 0.08 0.10
HSL 305.48º 0.8% 0.52% -
HSV(B) 305.48º 0.86% 0.9% -
XYZ 45.06 22.66 64.29 -
YUV 112.31 184.27 211.95 -
System Red Green Blue C M Y K H S L
Decimal 230 33 212 0 0.86 0.08 0.10 305.48 0.8 0.52
Hex E6 21 D4 0 56 8 A 131 50 34
Octal 346 41 324 0 126 10 12 461 120 64
Binary 11100110 100001 11010100 0 1010110 1000 1010 100110001 1010000 110100

Color Harmonies of #E621D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E621D4

Black with #E621D4

Text Example


Text Example

White with #E621D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E621D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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