Html Css Color HEX #E832DA Razzle Dazzle Rose

📋 copy color: '#E832DA'

red 232 ◦ green 50 ◦ blue 218

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

Shades of Razzle Dazzle Rose #E832DA

Tints of Razzle Dazzle Rose #E832DA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 46.4%
G = 10%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E832DA (or 0xE832DA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 32 and DA. RGB value is (232,50,218). Sum of RGB (Red+Green+Blue) = 232+50+218=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E832DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E832DA is #17CD25. Grayscale: #7B7B7B. Windows color (decimal): -1559846 or 14299880. OLE color: 14299880.

HSL color Cylindrical-coordinate representation of color #E832DA: hue angle of 304.62º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E832DA is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 50 218 -
CMYK 0 0.78 0.06 0.09
HSL 304.62º 0.8% 0.55% -
HSV(B) 304.62º 0.78% 0.91% -
XYZ 47.07 24.5 68.58 -
YUV 123.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 232 50 218 0 0.78 0.06 0.09 304.62 0.8 0.55
Hex E8 32 DA 0 4E 6 9 131 50 37
Octal 350 62 332 0 116 6 11 461 120 67
Binary 11101000 110010 11011010 0 1001110 110 1001 100110001 1010000 110111

Color Harmonies of #E832DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E832DA

Black with #E832DA

Text Example


Text Example

White with #E832DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E832DA; }

 p { color: rgb(232,50,218); }

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

background-color css

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

 a { background-color: rgb(232,50,218); }

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

border-color css

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

 span { border-color: rgb(232,50,218); }

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