Html Css Color HEX #E629DD Razzle Dazzle Rose

📋 copy color: '#E629DD'

red 230 ◦ green 41 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E629DD

Tints of Razzle Dazzle Rose #E629DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 46.75%
G = 8.33%
B = 44.92%

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

#E629DD (or 0xE629DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and DD. RGB value is (230,41,221). Sum of RGB (Red+Green+Blue) = 230+41+221=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E629DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629DD is #19D622. Grayscale: #757575. Windows color (decimal): -1693219 or 14494182. OLE color: 14494182.

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

Color convert

RGB 230 41 221 -
CMYK 0 0.82 0.04 0.10
HSL 302.86º 0.79% 0.53% -
HSV(B) 302.86º 0.82% 0.9% -
XYZ 46.48 23.63 70.52 -
YUV 118.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 230 41 221 0 0.82 0.04 0.10 302.86 0.79 0.53
Hex E6 29 DD 0 52 4 A 12F 4F 35
Octal 346 51 335 0 122 4 12 457 117 65
Binary 11100110 101001 11011101 0 1010010 100 1010 100101111 1001111 110101

Color Harmonies of #E629DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629DD

Black with #E629DD

Text Example


Text Example

White with #E629DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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