Html Css Color HEX #E631DD Razzle Dazzle Rose

📋 copy color: '#E631DD'

red 230 ◦ green 49 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E631DD

Tints of Razzle Dazzle Rose #E631DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 46%
G = 9.8%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E631DD (or 0xE631DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 31 and DD. RGB value is (230,49,221). Sum of RGB (Red+Green+Blue) = 230+49+221=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E631DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E631DD is #19CE22. Grayscale: #7A7A7A. Windows color (decimal): -1691171 or 14496230. OLE color: 14496230.

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

Color convert

RGB 230 49 221 -
CMYK 0 0.79 0.04 0.10
HSL 302.98º 0.78% 0.55% -
HSV(B) 302.98º 0.79% 0.9% -
XYZ 46.78 24.24 70.62 -
YUV 122.73 183.47 204.51 -
System Red Green Blue C M Y K H S L
Decimal 230 49 221 0 0.79 0.04 0.10 302.98 0.78 0.55
Hex E6 31 DD 0 4F 4 A 12F 4E 37
Octal 346 61 335 0 117 4 12 457 116 67
Binary 11100110 110001 11011101 0 1001111 100 1010 100101111 1001110 110111

Color Harmonies of #E631DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631DD

Black with #E631DD

Text Example


Text Example

White with #E631DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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