Html Css Color HEX #E829C2 Razzle Dazzle Rose

📋 copy color: '#E829C2'

red 232 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #E829C2

Tints of Razzle Dazzle Rose #E829C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 49.68%
G = 8.78%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E829C2 (or 0xE829C2) is known color: Razzle Dazzle Rose. HEX triplet: E8, 29 and C2. RGB value is (232,41,194). Sum of RGB (Red+Green+Blue) = 232+41+194=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E829C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E829C2 is #17D63D. Grayscale: #737373. Windows color (decimal): -1562174 or 12724712. OLE color: 12724712.

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

Color convert

RGB 232 41 194 -
CMYK 0 0.82 0.16 0.09
HSL 311.94º 0.81% 0.54% -
HSV(B) 311.94º 0.82% 0.91% -
XYZ 43.81 22.64 53.1 -
YUV 115.55 172.28 211.06 -
System Red Green Blue C M Y K H S L
Decimal 232 41 194 0 0.82 0.16 0.09 311.94 0.81 0.54
Hex E8 29 C2 0 52 10 9 138 51 36
Octal 350 51 302 0 122 20 11 470 121 66
Binary 11101000 101001 11000010 0 1010010 10000 1001 100111000 1010001 110110

Color Harmonies of #E829C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E829C2

Black with #E829C2

Text Example


Text Example

White with #E829C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E829C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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