Html Css Color HEX #E831DB Razzle Dazzle Rose

📋 copy color: '#E831DB'

red 232 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E831DB

Tints of Razzle Dazzle Rose #E831DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 46.4%
G = 9.8%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E831DB (or 0xE831DB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 31 and DB. RGB value is (232,49,219). Sum of RGB (Red+Green+Blue) = 232+49+219=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E831DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E831DB is #17CE24. Grayscale: #7A7A7A. Windows color (decimal): -1560101 or 14365160. OLE color: 14365160.

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

Color convert

RGB 232 49 219 -
CMYK 0 0.79 0.06 0.09
HSL 304.26º 0.8% 0.55% -
HSV(B) 304.26º 0.79% 0.91% -
XYZ 47.16 24.47 69.25 -
YUV 123.1 182.13 205.68 -
System Red Green Blue C M Y K H S L
Decimal 232 49 219 0 0.79 0.06 0.09 304.26 0.8 0.55
Hex E8 31 DB 0 4F 6 9 130 50 37
Octal 350 61 333 0 117 6 11 460 120 67
Binary 11101000 110001 11011011 0 1001111 110 1001 100110000 1010000 110111

Color Harmonies of #E831DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E831DB

Black with #E831DB

Text Example


Text Example

White with #E831DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E831DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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