Html Css Color HEX #EB30D2 Razzle Dazzle Rose

📋 copy color: '#EB30D2'

red 235 ◦ green 48 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EB30D2

Tints of Razzle Dazzle Rose #EB30D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.6%

R = 47.67%
G = 9.74%
B = 42.6%

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

#EB30D2 (or 0xEB30D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and D2. RGB value is (235,48,210). Sum of RGB (Red+Green+Blue) = 235+48+210=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30D2 is #14CF2D. Grayscale: #797979. Windows color (decimal): -1363758 or 13775083. OLE color: 13775083.

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

Color convert

RGB 235 48 210 -
CMYK 0 0.80 0.11 0.08
HSL 308.02º 0.82% 0.55% -
HSV(B) 308.02º 0.8% 0.92% -
XYZ 46.95 24.43 63.21 -
YUV 122.38 177.45 208.33 -
System Red Green Blue C M Y K H S L
Decimal 235 48 210 0 0.80 0.11 0.08 308.02 0.82 0.55
Hex EB 30 D2 0 50 B 8 134 52 37
Octal 353 60 322 0 120 13 10 464 122 67
Binary 11101011 110000 11010010 0 1010000 1011 1000 100110100 1010010 110111

Color Harmonies of #EB30D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30D2

Black with #EB30D2

Text Example


Text Example

White with #EB30D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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