Html Css Color HEX #E620E2 Razzle Dazzle Rose

📋 copy color: '#E620E2'

red 230 ◦ green 32 ◦ blue 226

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

Shades of Razzle Dazzle Rose #E620E2

Tints of Razzle Dazzle Rose #E620E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.31%

R = 47.13%
G = 6.56%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E620E2 (or 0xE620E2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 20 and E2. RGB value is (230,32,226). Sum of RGB (Red+Green+Blue) = 230+32+226=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E620E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620E2 is #19DF1D. Grayscale: #707070. Windows color (decimal): -1695518 or 14819558. OLE color: 14819558.

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

Color convert

RGB 230 32 226 -
CMYK 0 0.86 0.02 0.10
HSL 301.21º 0.8% 0.51% -
HSV(B) 301.21º 0.86% 0.9% -
XYZ 46.88 23.35 73.99 -
YUV 113.32 191.6 211.23 -
System Red Green Blue C M Y K H S L
Decimal 230 32 226 0 0.86 0.02 0.10 301.21 0.8 0.51
Hex E6 20 E2 0 56 2 A 12D 50 33
Octal 346 40 342 0 126 2 12 455 120 63
Binary 11100110 100000 11100010 0 1010110 10 1010 100101101 1010000 110011

Color Harmonies of #E620E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620E2

Black with #E620E2

Text Example


Text Example

White with #E620E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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