Html Css Color HEX #E829CD Razzle Dazzle Rose

📋 copy color: '#E829CD'

red 232 ◦ green 41 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E829CD

Tints of Razzle Dazzle Rose #E829CD

RGB

 RED value IS 232 (91.02% from 255) = 48.54%

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 48.54%
G = 8.58%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E829CD (or 0xE829CD) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and CD. RGB value is (232,41,205). Sum of RGB (Red+Green+Blue) = 232+41+205=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E829CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829CD is #17D632. Grayscale: #747474. Windows color (decimal): -1562163 or 13445608. OLE color: 13445608.

HSL color Cylindrical-coordinate representation of color #E829CD: hue angle of 308.48º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E829CD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 41 205 -
CMYK 0 0.82 0.12 0.09
HSL 308.48º 0.81% 0.54% -
HSV(B) 308.48º 0.82% 0.91% -
XYZ 45.09 23.15 59.85 -
YUV 116.81 177.78 210.16 -
System Red Green Blue C M Y K H S L
Decimal 232 41 205 0 0.82 0.12 0.09 308.48 0.81 0.54
Hex E8 29 CD 0 52 C 9 134 51 36
Octal 350 51 315 0 122 14 11 464 121 66
Binary 11101000 101001 11001101 0 1010010 1100 1001 100110100 1010001 110110

Color Harmonies of #E829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829CD

Black with #E829CD

Text Example


Text Example

White with #E829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829CD; }

 p { color: rgb(232,41,205); }

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

background-color css

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

 a { background-color: rgb(232,41,205); }

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

border-color css

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

 span { border-color: rgb(232,41,205); }

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