Html Css Color HEX #E731CD Razzle Dazzle Rose

📋 copy color: '#E731CD'

red 231 ◦ green 49 ◦ blue 205

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

Shades of Razzle Dazzle Rose #E731CD

Tints of Razzle Dazzle Rose #E731CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 47.63%
G = 10.1%
B = 42.27%

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

#E731CD (or 0xE731CD) is known color: Razzle Dazzle Rose. HEX triplet: E7, 31 and CD. RGB value is (231,49,205). Sum of RGB (Red+Green+Blue) = 231+49+205=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E731CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E731CD is #18CE32. Grayscale: #787878. Windows color (decimal): -1625651 or 13447655. OLE color: 13447655.

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

Color convert

RGB 231 49 205 -
CMYK 0 0.79 0.11 0.09
HSL 308.57º 0.79% 0.55% -
HSV(B) 308.57º 0.79% 0.91% -
XYZ 45.07 23.59 59.94 -
YUV 121.2 175.3 206.32 -
System Red Green Blue C M Y K H S L
Decimal 231 49 205 0 0.79 0.11 0.09 308.57 0.79 0.55
Hex E7 31 CD 0 4F B 9 135 4F 37
Octal 347 61 315 0 117 13 11 465 117 67
Binary 11100111 110001 11001101 0 1001111 1011 1001 100110101 1001111 110111

Color Harmonies of #E731CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731CD

Black with #E731CD

Text Example


Text Example

White with #E731CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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