Html Css Color HEX #E63AD1 Razzle Dazzle Rose

📋 copy color: '#E63AD1'

red 230 ◦ green 58 ◦ blue 209

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

Shades of Razzle Dazzle Rose #E63AD1

Tints of Razzle Dazzle Rose #E63AD1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.67%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 46.28%
G = 11.67%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E63AD1 (or 0xE63AD1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3A and D1. RGB value is (230,58,209). Sum of RGB (Red+Green+Blue) = 230+58+209=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E63AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63AD1 is #19C52E. Grayscale: #7E7E7E. Windows color (decimal): -1688879 or 13712102. OLE color: 13712102.

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

Color convert

RGB 230 58 209 -
CMYK 0 0.75 0.09 0.10
HSL 307.33º 0.77% 0.56% -
HSV(B) 307.33º 0.75% 0.9% -
XYZ 45.65 24.45 62.64 -
YUV 126.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 230 58 209 0 0.75 0.09 0.10 307.33 0.77 0.56
Hex E6 3A D1 0 4B 9 A 133 4D 38
Octal 346 72 321 0 113 11 12 463 115 70
Binary 11100110 111010 11010001 0 1001011 1001 1010 100110011 1001101 111000

Color Harmonies of #E63AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63AD1

Black with #E63AD1

Text Example


Text Example

White with #E63AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63AD1; }

 p { color: rgb(230,58,209); }

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

background-color css

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

 a { background-color: rgb(230,58,209); }

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

border-color css

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

 span { border-color: rgb(230,58,209); }

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