Html Css Color HEX #EB30C1 Razzle Dazzle Rose

📋 copy color: '#EB30C1'

red 235 ◦ green 48 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EB30C1

Tints of Razzle Dazzle Rose #EB30C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 49.37%
G = 10.08%
B = 40.55%

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

#EB30C1 (or 0xEB30C1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and C1. RGB value is (235,48,193). Sum of RGB (Red+Green+Blue) = 235+48+193=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30C1 is #14CF3E. Grayscale: #787878. Windows color (decimal): -1363775 or 12660971. OLE color: 12660971.

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

Color convert

RGB 235 48 193 -
CMYK 0 0.80 0.18 0.08
HSL 313.48º 0.82% 0.55% -
HSV(B) 313.48º 0.8% 0.92% -
XYZ 44.94 23.63 52.64 -
YUV 120.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 235 48 193 0 0.80 0.18 0.08 313.48 0.82 0.55
Hex EB 30 C1 0 50 12 8 139 52 37
Octal 353 60 301 0 120 22 10 471 122 67
Binary 11101011 110000 11000001 0 1010000 10010 1000 100111001 1010010 110111

Color Harmonies of #EB30C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB30C1

Black with #EB30C1

Text Example


Text Example

White with #EB30C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB30C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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