Html Css Color HEX #EB42C6 Razzle Dazzle Rose

📋 copy color: '#EB42C6'

red 235 ◦ green 66 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EB42C6

Tints of Razzle Dazzle Rose #EB42C6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.23%

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 47.09%
G = 13.23%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB42C6 (or 0xEB42C6) is known color: Razzle Dazzle Rose. HEX triplet: EB, 42 and C6. RGB value is (235,66,198). Sum of RGB (Red+Green+Blue) = 235+66+198=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42C6 is #14BD39. Grayscale: #838383. Windows color (decimal): -1359162 or 12993259. OLE color: 12993259.

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

Color convert

RGB 235 66 198 -
CMYK 0 0.72 0.16 0.08
HSL 313.14º 0.81% 0.59% -
HSV(B) 313.14º 0.72% 0.92% -
XYZ 46.4 25.64 55.93 -
YUV 131.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 235 66 198 0 0.72 0.16 0.08 313.14 0.81 0.59
Hex EB 42 C6 0 48 10 8 139 51 3B
Octal 353 102 306 0 110 20 10 471 121 73
Binary 11101011 1000010 11000110 0 1001000 10000 1000 100111001 1010001 111011

Color Harmonies of #EB42C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42C6

Black with #EB42C6

Text Example


Text Example

White with #EB42C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42C6; }

 p { color: rgb(235,66,198); }

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

background-color css

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

 a { background-color: rgb(235,66,198); }

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

border-color css

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

 span { border-color: rgb(235,66,198); }

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