Html Css Color HEX #E629D9 Razzle Dazzle Rose

📋 copy color: '#E629D9'

red 230 ◦ green 41 ◦ blue 217

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

Shades of Razzle Dazzle Rose #E629D9

Tints of Razzle Dazzle Rose #E629D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.47%

R = 47.13%
G = 8.4%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E629D9 (or 0xE629D9) is known color: Razzle Dazzle Rose. HEX triplet: E6, 29 and D9. RGB value is (230,41,217). Sum of RGB (Red+Green+Blue) = 230+41+217=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 41 (16.41% from 255 or 8.40% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E629D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E629D9 is #19D626. Grayscale: #757575. Windows color (decimal): -1693223 or 14232038. OLE color: 14232038.

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

Color convert

RGB 230 41 217 -
CMYK 0 0.82 0.06 0.10
HSL 304.13º 0.79% 0.53% -
HSV(B) 304.13º 0.82% 0.9% -
XYZ 45.95 23.42 67.74 -
YUV 117.58 184.12 208.19 -
System Red Green Blue C M Y K H S L
Decimal 230 41 217 0 0.82 0.06 0.10 304.13 0.79 0.53
Hex E6 29 D9 0 52 6 A 130 4F 35
Octal 346 51 331 0 122 6 12 460 117 65
Binary 11100110 101001 11011001 0 1010010 110 1010 100110000 1001111 110101

Color Harmonies of #E629D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629D9

Black with #E629D9

Text Example


Text Example

White with #E629D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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