Html Css Color HEX #E620D1 Razzle Dazzle Rose

📋 copy color: '#E620D1'

red 230 ◦ green 32 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E620D1

Tints of Razzle Dazzle Rose #E620D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.37%

R = 48.83%
G = 6.79%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E620D1 (or 0xE620D1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and D1. RGB value is (230,32,209). Sum of RGB (Red+Green+Blue) = 230+32+209=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E620D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620D1 is #19DF2E. Grayscale: #6E6E6E. Windows color (decimal): -1695535 or 13705446. OLE color: 13705446.

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

Color convert

RGB 230 32 209 -
CMYK 0 0.86 0.09 0.10
HSL 306.36º 0.8% 0.51% -
HSV(B) 306.36º 0.86% 0.9% -
XYZ 44.66 22.46 62.3 -
YUV 111.38 183.1 212.61 -
System Red Green Blue C M Y K H S L
Decimal 230 32 209 0 0.86 0.09 0.10 306.36 0.8 0.51
Hex E6 20 D1 0 56 9 A 132 50 33
Octal 346 40 321 0 126 11 12 462 120 63
Binary 11100110 100000 11010001 0 1010110 1001 1010 100110010 1010000 110011

Color Harmonies of #E620D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620D1

Black with #E620D1

Text Example


Text Example

White with #E620D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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