Html Css Color HEX #E831D0 Razzle Dazzle Rose

📋 copy color: '#E831D0'

red 232 ◦ green 49 ◦ blue 208

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

Shades of Razzle Dazzle Rose #E831D0

Tints of Razzle Dazzle Rose #E831D0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.02%

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 47.44%
G = 10.02%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E831D0 (or 0xE831D0) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and D0. RGB value is (232,49,208). Sum of RGB (Red+Green+Blue) = 232+49+208=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E831D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831D0 is #17CE2F. Grayscale: #797979. Windows color (decimal): -1560112 or 13644264. OLE color: 13644264.

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

Color convert

RGB 232 49 208 -
CMYK 0 0.79 0.10 0.09
HSL 307.87º 0.8% 0.55% -
HSV(B) 307.87º 0.79% 0.91% -
XYZ 45.76 23.91 61.88 -
YUV 121.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 232 49 208 0 0.79 0.10 0.09 307.87 0.8 0.55
Hex E8 31 D0 0 4F A 9 134 50 37
Octal 350 61 320 0 117 12 11 464 120 67
Binary 11101000 110001 11010000 0 1001111 1010 1001 100110100 1010000 110111

Color Harmonies of #E831D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E831D0

Black with #E831D0

Text Example


Text Example

White with #E831D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E831D0; }

 p { color: rgb(232,49,208); }

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

background-color css

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

 a { background-color: rgb(232,49,208); }

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

border-color css

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

 span { border-color: rgb(232,49,208); }

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