Html Css Color HEX #EB42C2 Razzle Dazzle Rose

📋 copy color: '#EB42C2'

red 235 ◦ green 66 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB42C2

Tints of Razzle Dazzle Rose #EB42C2

RGB

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

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

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

R = 47.47%
G = 13.33%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB42C2 (or 0xEB42C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 42 and C2. RGB value is (235,66,194). Sum of RGB (Red+Green+Blue) = 235+66+194=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 194 (76.17% from 255 or 39.19% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42C2 is #14BD3D. Grayscale: #828282. Windows color (decimal): -1359166 or 12731115. OLE color: 12731115.

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

Color convert

RGB 235 66 194 -
CMYK 0 0.72 0.17 0.08
HSL 314.56º 0.81% 0.59% -
HSV(B) 314.56º 0.72% 0.92% -
XYZ 45.95 25.45 53.53 -
YUV 131.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 235 66 194 0 0.72 0.17 0.08 314.56 0.81 0.59
Hex EB 42 C2 0 48 11 8 13B 51 3B
Octal 353 102 302 0 110 21 10 473 121 73
Binary 11101011 1000010 11000010 0 1001000 10001 1000 100111011 1010001 111011

Color Harmonies of #EB42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42C2

Black with #EB42C2

Text Example


Text Example

White with #EB42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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