Html Css Color HEX #E620D3 Razzle Dazzle Rose

📋 copy color: '#E620D3'

red 230 ◦ green 32 ◦ blue 211

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

Shades of Razzle Dazzle Rose #E620D3

Tints of Razzle Dazzle Rose #E620D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.61%

R = 48.63%
G = 6.77%
B = 44.61%

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

#E620D3 (or 0xE620D3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and D3. RGB value is (230,32,211). Sum of RGB (Red+Green+Blue) = 230+32+211=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E620D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620D3 is #19DF2C. Grayscale: #6F6F6F. Windows color (decimal): -1695533 or 13836518. OLE color: 13836518.

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

Color convert

RGB 230 32 211 -
CMYK 0 0.86 0.08 0.10
HSL 305.76º 0.8% 0.51% -
HSV(B) 305.76º 0.86% 0.9% -
XYZ 44.91 22.56 63.62 -
YUV 111.61 184.1 212.45 -
System Red Green Blue C M Y K H S L
Decimal 230 32 211 0 0.86 0.08 0.10 305.76 0.8 0.51
Hex E6 20 D3 0 56 8 A 132 50 33
Octal 346 40 323 0 126 10 12 462 120 63
Binary 11100110 100000 11010011 0 1010110 1000 1010 100110010 1010000 110011

Color Harmonies of #E620D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620D3

Black with #E620D3

Text Example


Text Example

White with #E620D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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