Html Css Color HEX #E731CF Razzle Dazzle Rose

📋 copy color: '#E731CF'

red 231 ◦ green 49 ◦ blue 207

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

Shades of Razzle Dazzle Rose #E731CF

Tints of Razzle Dazzle Rose #E731CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.51%

R = 47.43%
G = 10.06%
B = 42.51%

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

#E731CF (or 0xE731CF) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and CF. RGB value is (231,49,207). Sum of RGB (Red+Green+Blue) = 231+49+207=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E731CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E731CF is #18CE30. Grayscale: #787878. Windows color (decimal): -1625649 or 13578727. OLE color: 13578727.

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

Color convert

RGB 231 49 207 -
CMYK 0 0.79 0.10 0.09
HSL 307.91º 0.79% 0.55% -
HSV(B) 307.91º 0.79% 0.91% -
XYZ 45.32 23.69 61.22 -
YUV 121.43 176.3 206.15 -
System Red Green Blue C M Y K H S L
Decimal 231 49 207 0 0.79 0.10 0.09 307.91 0.79 0.55
Hex E7 31 CF 0 4F A 9 134 4F 37
Octal 347 61 317 0 117 12 11 464 117 67
Binary 11100111 110001 11001111 0 1001111 1010 1001 100110100 1001111 110111

Color Harmonies of #E731CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731CF

Black with #E731CF

Text Example


Text Example

White with #E731CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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