Html Css Color HEX #EB46C1 Razzle Dazzle Rose

📋 copy color: '#EB46C1'

red 235 ◦ green 70 ◦ blue 193

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

Shades of Razzle Dazzle Rose #EB46C1

Tints of Razzle Dazzle Rose #EB46C1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.06%

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

R = 47.19%
G = 14.06%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB46C1 (or 0xEB46C1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 46 and C1. RGB value is (235,70,193). Sum of RGB (Red+Green+Blue) = 235+70+193=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB46C1 is #14B93E. Grayscale: #858585. Windows color (decimal): -1358143 or 12666603. OLE color: 12666603.

HSL color Cylindrical-coordinate representation of color #EB46C1: hue angle of 315.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB46C1 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 70 193 -
CMYK 0 0.70 0.18 0.08
HSL 315.27º 0.8% 0.6% -
HSV(B) 315.27º 0.7% 0.92% -
XYZ 46.08 25.89 53.02 -
YUV 133.36 161.66 200.5 -
System Red Green Blue C M Y K H S L
Decimal 235 70 193 0 0.70 0.18 0.08 315.27 0.8 0.6
Hex EB 46 C1 0 46 12 8 13B 50 3C
Octal 353 106 301 0 106 22 10 473 120 74
Binary 11101011 1000110 11000001 0 1000110 10010 1000 100111011 1010000 111100

Color Harmonies of #EB46C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB46C1

Black with #EB46C1

Text Example


Text Example

White with #EB46C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB46C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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