Html Css Color HEX #EB41C0 Razzle Dazzle Rose

📋 copy color: '#EB41C0'

red 235 ◦ green 65 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EB41C0

Tints of Razzle Dazzle Rose #EB41C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 47.76%
G = 13.21%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB41C0 (or 0xEB41C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 41 and C0. RGB value is (235,65,192). Sum of RGB (Red+Green+Blue) = 235+65+192=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB41C0 is #14BE3F. Grayscale: #818181. Windows color (decimal): -1359424 or 12599787. OLE color: 12599787.

HSL color Cylindrical-coordinate representation of color #EB41C0: hue angle of 315.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB41C0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 65 192 -
CMYK 0 0.72 0.18 0.08
HSL 315.18º 0.81% 0.59% -
HSV(B) 315.18º 0.72% 0.92% -
XYZ 45.67 25.25 52.34 -
YUV 130.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 235 65 192 0 0.72 0.18 0.08 315.18 0.81 0.59
Hex EB 41 C0 0 48 12 8 13B 51 3B
Octal 353 101 300 0 110 22 10 473 121 73
Binary 11101011 1000001 11000000 0 1001000 10010 1000 100111011 1010001 111011

Color Harmonies of #EB41C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB41C0

Black with #EB41C0

Text Example


Text Example

White with #EB41C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB41C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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