Html Css Color HEX #E631BD Razzle Dazzle Rose

📋 copy color: '#E631BD'

red 230 ◦ green 49 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E631BD

Tints of Razzle Dazzle Rose #E631BD

RGB

 RED value IS 230 (90.23% from 255) = 49.15%

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

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 49.15%
G = 10.47%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E631BD (or 0xE631BD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and BD. RGB value is (230,49,189). Sum of RGB (Red+Green+Blue) = 230+49+189=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E631BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631BD is #19CE42. Grayscale: #767676. Windows color (decimal): -1691203 or 12399078. OLE color: 12399078.

HSL color Cylindrical-coordinate representation of color #E631BD: hue angle of 313.59º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E631BD is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 49 189 -
CMYK 0 0.79 0.18 0.10
HSL 313.59º 0.78% 0.55% -
HSV(B) 313.59º 0.79% 0.9% -
XYZ 42.92 22.69 50.26 -
YUV 119.08 167.47 207.12 -
System Red Green Blue C M Y K H S L
Decimal 230 49 189 0 0.79 0.18 0.10 313.59 0.78 0.55
Hex E6 31 BD 0 4F 12 A 13A 4E 37
Octal 346 61 275 0 117 22 12 472 116 67
Binary 11100110 110001 10111101 0 1001111 10010 1010 100111010 1001110 110111

Color Harmonies of #E631BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631BD

Black with #E631BD

Text Example


Text Example

White with #E631BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631BD; }

 p { color: rgb(230,49,189); }

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

background-color css

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

 a { background-color: rgb(230,49,189); }

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

border-color css

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

 span { border-color: rgb(230,49,189); }

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