Html Css Color HEX #EB30C2 Razzle Dazzle Rose

📋 copy color: '#EB30C2'

red 235 ◦ green 48 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB30C2

Tints of Razzle Dazzle Rose #EB30C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 49.27%
G = 10.06%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB30C2 (or 0xEB30C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and C2. RGB value is (235,48,194). Sum of RGB (Red+Green+Blue) = 235+48+194=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30C2 is #14CF3D. Grayscale: #787878. Windows color (decimal): -1363774 or 12726507. OLE color: 12726507.

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

Color convert

RGB 235 48 194 -
CMYK 0 0.80 0.17 0.08
HSL 313.16º 0.82% 0.55% -
HSV(B) 313.16º 0.8% 0.92% -
XYZ 45.06 23.67 53.23 -
YUV 120.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 235 48 194 0 0.80 0.17 0.08 313.16 0.82 0.55
Hex EB 30 C2 0 50 11 8 139 52 37
Octal 353 60 302 0 120 21 10 471 122 67
Binary 11101011 110000 11000010 0 1010000 10001 1000 100111001 1010010 110111

Color Harmonies of #EB30C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30C2

Black with #EB30C2

Text Example


Text Example

White with #EB30C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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