Html Css Color HEX #EB30BA Razzle Dazzle Rose

📋 copy color: '#EB30BA'

red 235 ◦ green 48 ◦ blue 186

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

Shades of Razzle Dazzle Rose #EB30BA

Tints of Razzle Dazzle Rose #EB30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 50.11%
G = 10.23%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EB30BA (or 0xEB30BA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and BA. RGB value is (235,48,186). Sum of RGB (Red+Green+Blue) = 235+48+186=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30BA is #14CF45. Grayscale: #777777. Windows color (decimal): -1363782 or 12202219. OLE color: 12202219.

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

Color convert

RGB 235 48 186 -
CMYK 0 0.80 0.21 0.08
HSL 315.72º 0.82% 0.55% -
HSV(B) 315.72º 0.8% 0.92% -
XYZ 44.18 23.32 48.63 -
YUV 119.65 165.45 210.28 -
System Red Green Blue C M Y K H S L
Decimal 235 48 186 0 0.80 0.21 0.08 315.72 0.82 0.55
Hex EB 30 BA 0 50 15 8 13C 52 37
Octal 353 60 272 0 120 25 10 474 122 67
Binary 11101011 110000 10111010 0 1010000 10101 1000 100111100 1010010 110111

Color Harmonies of #EB30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30BA

Black with #EB30BA

Text Example


Text Example

White with #EB30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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