Html Css Color HEX #E63CD3 Razzle Dazzle Rose

📋 copy color: '#E63CD3'

red 230 ◦ green 60 ◦ blue 211

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

Shades of Razzle Dazzle Rose #E63CD3

Tints of Razzle Dazzle Rose #E63CD3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.98%

 BLUE value IS 211 (82.81% from 255) = 42.12%

R = 45.91%
G = 11.98%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E63CD3 (or 0xE63CD3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3C and D3. RGB value is (230,60,211). Sum of RGB (Red+Green+Blue) = 230+60+211=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63CD3 is #19C32C. Grayscale: #7F7F7F. Windows color (decimal): -1688365 or 13843686. OLE color: 13843686.

HSL color Cylindrical-coordinate representation of color #E63CD3: hue angle of 306.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63CD3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 60 211 -
CMYK 0 0.74 0.08 0.10
HSL 306.71º 0.77% 0.57% -
HSV(B) 306.71º 0.74% 0.9% -
XYZ 46.01 24.76 63.98 -
YUV 128.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 230 60 211 0 0.74 0.08 0.10 306.71 0.77 0.57
Hex E6 3C D3 0 4A 8 A 133 4D 39
Octal 346 74 323 0 112 10 12 463 115 71
Binary 11100110 111100 11010011 0 1001010 1000 1010 100110011 1001101 111001

Color Harmonies of #E63CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63CD3

Black with #E63CD3

Text Example


Text Example

White with #E63CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63CD3; }

 p { color: rgb(230,60,211); }

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

background-color css

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

 a { background-color: rgb(230,60,211); }

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

border-color css

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

 span { border-color: rgb(230,60,211); }

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