Html Css Color HEX #E731EA Razzle Dazzle Rose

📋 copy color: '#E731EA'

red 231 ◦ green 49 ◦ blue 234

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

Shades of Razzle Dazzle Rose #E731EA

Tints of Razzle Dazzle Rose #E731EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 44.94%
G = 9.53%
B = 45.53%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E731EA (or 0xE731EA) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and EA. RGB value is (231,49,234). Sum of RGB (Red+Green+Blue) = 231+49+234=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 49 (19.53% from 255 or 9.53% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #E731EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E731EA is #18CE15. Grayscale: #7B7B7B. Windows color (decimal): -1625622 or 15348199. OLE color: 15348199.

HSL color Cylindrical-coordinate representation of color #E731EA: hue angle of 299.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E731EA is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 49 234 -
CMYK 0.01 0.79 0 0.08
HSL 299.03º 0.81% 0.55% -
HSV(B) 299.03º 0.79% 0.92% -
XYZ 48.9 25.13 80.11 -
YUV 124.51 189.8 203.96 -
System Red Green Blue C M Y K H S L
Decimal 231 49 234 0.01 0.79 0 0.08 299.03 0.81 0.55
Hex E7 31 EA 1 4F 0 8 12B 51 37
Octal 347 61 352 1 117 0 10 453 121 67
Binary 11100111 110001 11101010 1 1001111 0 1000 100101011 1010001 110111

Color Harmonies of #E731EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731EA

Black with #E731EA

Text Example


Text Example

White with #E731EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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