Html Css Color HEX #E731DB Razzle Dazzle Rose

📋 copy color: '#E731DB'

red 231 ◦ green 49 ◦ blue 219

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

Shades of Razzle Dazzle Rose #E731DB

Tints of Razzle Dazzle Rose #E731DB

RGB

 RED value IS 231 (90.63% from 255) = 46.29%

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

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

R = 46.29%
G = 9.82%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E731DB (or 0xE731DB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and DB. RGB value is (231,49,219). Sum of RGB (Red+Green+Blue) = 231+49+219=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E731DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E731DB is #18CE24. Grayscale: #7A7A7A. Windows color (decimal): -1625637 or 14365159. OLE color: 14365159.

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

Color convert

RGB 231 49 219 -
CMYK 0 0.79 0.05 0.09
HSL 303.96º 0.79% 0.55% -
HSV(B) 303.96º 0.79% 0.91% -
XYZ 46.84 24.3 69.24 -
YUV 122.8 182.3 205.18 -
System Red Green Blue C M Y K H S L
Decimal 231 49 219 0 0.79 0.05 0.09 303.96 0.79 0.55
Hex E7 31 DB 0 4F 5 9 130 4F 37
Octal 347 61 333 0 117 5 11 460 117 67
Binary 11100111 110001 11011011 0 1001111 101 1001 100110000 1001111 110111

Color Harmonies of #E731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731DB

Black with #E731DB

Text Example


Text Example

White with #E731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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