Html Css Color HEX #E63BD3 Razzle Dazzle Rose

📋 copy color: '#E63BD3'

red 230 ◦ green 59 ◦ blue 211

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

Shades of Razzle Dazzle Rose #E63BD3

Tints of Razzle Dazzle Rose #E63BD3

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.8%

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

R = 46%
G = 11.8%
B = 42.2%

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

#E63BD3 (or 0xE63BD3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 3B and D3. RGB value is (230,59,211). Sum of RGB (Red+Green+Blue) = 230+59+211=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E63BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E63BD3 is #19C42C. Grayscale: #7F7F7F. Windows color (decimal): -1688621 or 13843430. OLE color: 13843430.

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

Color convert

RGB 230 59 211 -
CMYK 0 0.74 0.08 0.10
HSL 306.67º 0.77% 0.57% -
HSV(B) 306.67º 0.74% 0.9% -
XYZ 45.95 24.65 63.96 -
YUV 127.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 230 59 211 0 0.74 0.08 0.10 306.67 0.77 0.57
Hex E6 3B D3 0 4A 8 A 133 4D 39
Octal 346 73 323 0 112 10 12 463 115 71
Binary 11100110 111011 11010011 0 1001010 1000 1010 100110011 1001101 111001

Color Harmonies of #E63BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63BD3

Black with #E63BD3

Text Example


Text Example

White with #E63BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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