Html Css Color HEX #E629DC Razzle Dazzle Rose

📋 copy color: '#E629DC'

red 230 ◦ green 41 ◦ blue 220

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

Shades of Razzle Dazzle Rose #E629DC

Tints of Razzle Dazzle Rose #E629DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.35%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 46.84%
G = 8.35%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E629DC (or 0xE629DC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and DC. RGB value is (230,41,220). Sum of RGB (Red+Green+Blue) = 230+41+220=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 41 (16.41% from 255 or 8.35% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E629DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629DC is #19D623. Grayscale: #757575. Windows color (decimal): -1693220 or 14428646. OLE color: 14428646.

HSL color Cylindrical-coordinate representation of color #E629DC: hue angle of 303.17º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E629DC is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 220 -
CMYK 0 0.82 0.04 0.10
HSL 303.17º 0.79% 0.53% -
HSV(B) 303.17º 0.82% 0.9% -
XYZ 46.34 23.58 69.82 -
YUV 117.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 230 41 220 0 0.82 0.04 0.10 303.17 0.79 0.53
Hex E6 29 DC 0 52 4 A 12F 4F 35
Octal 346 51 334 0 122 4 12 457 117 65
Binary 11100110 101001 11011100 0 1010010 100 1010 100101111 1001111 110101

Color Harmonies of #E629DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629DC

Black with #E629DC

Text Example


Text Example

White with #E629DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629DC; }

 p { color: rgb(230,41,220); }

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

background-color css

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

 a { background-color: rgb(230,41,220); }

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

border-color css

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

 span { border-color: rgb(230,41,220); }

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