Html Css Color HEX #E631BA Razzle Dazzle Rose

📋 copy color: '#E631BA'

red 230 ◦ green 49 ◦ blue 186

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

Shades of Razzle Dazzle Rose #E631BA

Tints of Razzle Dazzle Rose #E631BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 49.46%
G = 10.54%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E631BA (or 0xE631BA) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and BA. RGB value is (230,49,186). Sum of RGB (Red+Green+Blue) = 230+49+186=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E631BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631BA is #19CE45. Grayscale: #767676. Windows color (decimal): -1691206 or 12202470. OLE color: 12202470.

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

Color convert

RGB 230 49 186 -
CMYK 0 0.79 0.19 0.10
HSL 314.59º 0.78% 0.55% -
HSV(B) 314.59º 0.79% 0.9% -
XYZ 42.59 22.56 48.56 -
YUV 118.74 165.97 207.36 -
System Red Green Blue C M Y K H S L
Decimal 230 49 186 0 0.79 0.19 0.10 314.59 0.78 0.55
Hex E6 31 BA 0 4F 13 A 13B 4E 37
Octal 346 61 272 0 117 23 12 473 116 67
Binary 11100110 110001 10111010 0 1001111 10011 1010 100111011 1001110 110111

Color Harmonies of #E631BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631BA

Black with #E631BA

Text Example


Text Example

White with #E631BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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