#EB25C5

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

Shades of Razzle Dazzle Rose #EB25C5

Tints of Razzle Dazzle Rose #EB25C5

Color information

#EB25C5 (or 0xEB25C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EB, 25 and C5. RGB value is (235,37,197). Sum of RGB (Red+Green+Blue) = 235+37+197=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB25C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB25C5 is #14DA3A. Grayscale: #727272. Windows color (decimal): -1366587 or 12920299. OLE color: 12920299.

HSL color Cylindrical-coordinate representation of color #EB25C5: hue angle of 311.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB25C5 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB23537197-
CMYK00.840.160.08
HSL311.52º83.19%53.33%-
HSV(B)311.52º84.26%92.16%-
XYZ4523.0254.89-
YUV114.44174.6213.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.11%
GREEN value IS 37 (14.84% from 255) = 7.89%
BLUE value IS 197 (77.34% from 255) = 42.00%
R=50.11%
G=7.89%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2353719700.840.160.08311.5283.1953.33
HexEB25C50541081385335
Octal353453050124201047012365
Binary1110101110010111000101010101001000010001001110001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB25C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB25C5; }

 p { color: rgb(235,37,197); }

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

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

 a { background-color: rgb(235,37,197); }

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

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

 span { border-color: rgb(235,37,197); }

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