#EB35C4

Color #EB35C4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EB35C4

Tints of Razzle Dazzle Rose #EB35C4

Color information

#EB35C4 (or 0xEB35C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 35 and C4. RGB value is (235,53,196). Sum of RGB (Red+Green+Blue) = 235+53+196=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB35C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB35C4 is #14CA3B. Grayscale: #7B7B7B. Windows color (decimal): -1362492 or 12858859. OLE color: 12858859.

HSL color Cylindrical-coordinate representation of color #EB35C4: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB35C4 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB23553196-
CMYK00.770.170.08
HSL312.86º81.98%56.47%-
HSV(B)312.86º77.45%92.16%-
XYZ45.524.1954.5-
YUV123.72168.8207.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 53 (21.09% from 255) = 10.95%
BLUE value IS 196 (76.95% from 255) = 40.50%
R=48.55%
G=10.95%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355319600.770.170.08312.8681.9856.47
HexEB35C404D1181395238
Octal353653040115211047112270
Binary1110101111010111000100010011011000110001001110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB35C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB35C4; }

 p { color: rgb(235,53,196); }

 H1.HeaderClassName
 {
   color: #EB35C4;
 }
 .AnyTagClassName
 {
   color: #EB35C4;
 }
</style>
background-color css

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

 a { background-color: rgb(235,53,196); }

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

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

 span { border-color: rgb(235,53,196); }

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