Html Css Color HEX #EB30C0 Razzle Dazzle Rose

📋 copy color: '#EB30C0'

red 235 ◦ green 48 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EB30C0

Tints of Razzle Dazzle Rose #EB30C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.42%

R = 49.47%
G = 10.11%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB30C0 (or 0xEB30C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and C0. RGB value is (235,48,192). Sum of RGB (Red+Green+Blue) = 235+48+192=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30C0 is #14CF3F. Grayscale: #777777. Windows color (decimal): -1363776 or 12595435. OLE color: 12595435.

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

Color convert

RGB 235 48 192 -
CMYK 0 0.80 0.18 0.08
HSL 313.8º 0.82% 0.55% -
HSV(B) 313.8º 0.8% 0.92% -
XYZ 44.83 23.58 52.06 -
YUV 120.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 235 48 192 0 0.80 0.18 0.08 313.8 0.82 0.55
Hex EB 30 C0 0 50 12 8 13A 52 37
Octal 353 60 300 0 120 22 10 472 122 67
Binary 11101011 110000 11000000 0 1010000 10010 1000 100111010 1010010 110111

Color Harmonies of #EB30C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30C0

Black with #EB30C0

Text Example


Text Example

White with #EB30C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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