Html Css Color HEX #E630DD Razzle Dazzle Rose

📋 copy color: '#E630DD'

red 230 ◦ green 48 ◦ blue 221

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

Shades of Razzle Dazzle Rose #E630DD

Tints of Razzle Dazzle Rose #E630DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.62%

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

R = 46.09%
G = 9.62%
B = 44.29%

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

#E630DD (or 0xE630DD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 30 and DD. RGB value is (230,48,221). Sum of RGB (Red+Green+Blue) = 230+48+221=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E630DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E630DD is #19CF22. Grayscale: #797979. Windows color (decimal): -1691427 or 14495974. OLE color: 14495974.

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

Color convert

RGB 230 48 221 -
CMYK 0 0.79 0.04 0.10
HSL 302.97º 0.78% 0.55% -
HSV(B) 302.97º 0.79% 0.9% -
XYZ 46.74 24.16 70.61 -
YUV 122.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 230 48 221 0 0.79 0.04 0.10 302.97 0.78 0.55
Hex E6 30 DD 0 4F 4 A 12F 4E 37
Octal 346 60 335 0 117 4 12 457 116 67
Binary 11100110 110000 11011101 0 1001111 100 1010 100101111 1001110 110111

Color Harmonies of #E630DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E630DD

Black with #E630DD

Text Example


Text Example

White with #E630DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E630DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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