Html Css Color HEX #EB46C2 Razzle Dazzle Rose

📋 copy color: '#EB46C2'

red 235 ◦ green 70 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB46C2

Tints of Razzle Dazzle Rose #EB46C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 47.09%
G = 14.03%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB46C2 (or 0xEB46C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 46 and C2. RGB value is (235,70,194). Sum of RGB (Red+Green+Blue) = 235+70+194=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB46C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB46C2 is #14B93D. Grayscale: #858585. Windows color (decimal): -1358142 or 12732139. OLE color: 12732139.

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

Color convert

RGB 235 70 194 -
CMYK 0 0.70 0.17 0.08
HSL 314.91º 0.8% 0.6% -
HSV(B) 314.91º 0.7% 0.92% -
XYZ 46.19 25.94 53.61 -
YUV 133.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 235 70 194 0 0.70 0.17 0.08 314.91 0.8 0.6
Hex EB 46 C2 0 46 11 8 13B 50 3C
Octal 353 106 302 0 106 21 10 473 120 74
Binary 11101011 1000110 11000010 0 1000110 10001 1000 100111011 1010000 111100

Color Harmonies of #EB46C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB46C2

Black with #EB46C2

Text Example


Text Example

White with #EB46C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB46C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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