Html Css Color HEX #E620D4 Razzle Dazzle Rose

📋 copy color: '#E620D4'

red 230 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #E620D4

Tints of Razzle Dazzle Rose #E620D4

RGB

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

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

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

R = 48.52%
G = 6.75%
B = 44.73%

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

#E620D4 (or 0xE620D4) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and D4. RGB value is (230,32,212). Sum of RGB (Red+Green+Blue) = 230+32+212=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E620D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620D4 is #19DF2B. Grayscale: #6F6F6F. Windows color (decimal): -1695532 or 13902054. OLE color: 13902054.

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

Color convert

RGB 230 32 212 -
CMYK 0 0.86 0.08 0.10
HSL 305.45º 0.8% 0.51% -
HSV(B) 305.45º 0.86% 0.9% -
XYZ 45.03 22.61 64.28 -
YUV 111.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 230 32 212 0 0.86 0.08 0.10 305.45 0.8 0.51
Hex E6 20 D4 0 56 8 A 131 50 33
Octal 346 40 324 0 126 10 12 461 120 63
Binary 11100110 100000 11010100 0 1010110 1000 1010 100110001 1010000 110011

Color Harmonies of #E620D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620D4

Black with #E620D4

Text Example


Text Example

White with #E620D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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