Html Css Color HEX #EB30D1 Razzle Dazzle Rose

📋 copy color: '#EB30D1'

red 235 ◦ green 48 ◦ blue 209

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

Shades of Razzle Dazzle Rose #EB30D1

Tints of Razzle Dazzle Rose #EB30D1

RGB

 RED value IS 235 (92.19% from 255) = 47.76%

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

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

R = 47.76%
G = 9.76%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EB30D1 (or 0xEB30D1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and D1. RGB value is (235,48,209). Sum of RGB (Red+Green+Blue) = 235+48+209=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30D1 is #14CF2E. Grayscale: #797979. Windows color (decimal): -1363759 or 13709547. OLE color: 13709547.

HSL color Cylindrical-coordinate representation of color #EB30D1: hue angle of 308.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB30D1 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 48 209 -
CMYK 0 0.80 0.11 0.08
HSL 308.34º 0.82% 0.55% -
HSV(B) 308.34º 0.8% 0.92% -
XYZ 46.83 24.38 62.56 -
YUV 122.27 176.95 208.41 -
System Red Green Blue C M Y K H S L
Decimal 235 48 209 0 0.80 0.11 0.08 308.34 0.82 0.55
Hex EB 30 D1 0 50 B 8 134 52 37
Octal 353 60 321 0 120 13 10 464 122 67
Binary 11101011 110000 11010001 0 1010000 1011 1000 100110100 1010010 110111

Color Harmonies of #EB30D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30D1

Black with #EB30D1

Text Example


Text Example

White with #EB30D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30D1; }

 p { color: rgb(235,48,209); }

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

background-color css

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

 a { background-color: rgb(235,48,209); }

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

border-color css

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

 span { border-color: rgb(235,48,209); }

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