Html Css Color HEX #E731CE Razzle Dazzle Rose

📋 copy color: '#E731CE'

red 231 ◦ green 49 ◦ blue 206

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

Shades of Razzle Dazzle Rose #E731CE

Tints of Razzle Dazzle Rose #E731CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 47.53%
G = 10.08%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E731CE (or 0xE731CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and CE. RGB value is (231,49,206). Sum of RGB (Red+Green+Blue) = 231+49+206=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E731CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E731CE is #18CE31. Grayscale: #787878. Windows color (decimal): -1625650 or 13513191. OLE color: 13513191.

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

Color convert

RGB 231 49 206 -
CMYK 0 0.79 0.11 0.09
HSL 308.24º 0.79% 0.55% -
HSV(B) 308.24º 0.79% 0.91% -
XYZ 45.19 23.64 60.57 -
YUV 121.32 175.8 206.23 -
System Red Green Blue C M Y K H S L
Decimal 231 49 206 0 0.79 0.11 0.09 308.24 0.79 0.55
Hex E7 31 CE 0 4F B 9 134 4F 37
Octal 347 61 316 0 117 13 11 464 117 67
Binary 11100111 110001 11001110 0 1001111 1011 1001 100110100 1001111 110111

Color Harmonies of #E731CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731CE

Black with #E731CE

Text Example


Text Example

White with #E731CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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