Html Css Color HEX #EB30D8 Razzle Dazzle Rose

📋 copy color: '#EB30D8'

red 235 ◦ green 48 ◦ blue 216

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

Shades of Razzle Dazzle Rose #EB30D8

Tints of Razzle Dazzle Rose #EB30D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 47.09%
G = 9.62%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EB30D8 (or 0xEB30D8) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and D8. RGB value is (235,48,216). Sum of RGB (Red+Green+Blue) = 235+48+216=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30D8 is #14CF27. Grayscale: #7A7A7A. Windows color (decimal): -1363752 or 14168299. OLE color: 14168299.

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

Color convert

RGB 235 48 216 -
CMYK 0 0.80 0.08 0.08
HSL 306.1º 0.82% 0.55% -
HSV(B) 306.1º 0.8% 0.92% -
XYZ 47.71 24.73 67.23 -
YUV 123.07 180.45 207.84 -
System Red Green Blue C M Y K H S L
Decimal 235 48 216 0 0.80 0.08 0.08 306.1 0.82 0.55
Hex EB 30 D8 0 50 8 8 132 52 37
Octal 353 60 330 0 120 10 10 462 122 67
Binary 11101011 110000 11011000 0 1010000 1000 1000 100110010 1010010 110111

Color Harmonies of #EB30D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30D8

Black with #EB30D8

Text Example


Text Example

White with #EB30D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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