Html Css Color HEX #EB29C6 Razzle Dazzle Rose

📋 copy color: '#EB29C6'

red 235 ◦ green 41 ◦ blue 198

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

Shades of Razzle Dazzle Rose #EB29C6

Tints of Razzle Dazzle Rose #EB29C6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.65%

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

R = 49.58%
G = 8.65%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB29C6 (or 0xEB29C6) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and C6. RGB value is (235,41,198). Sum of RGB (Red+Green+Blue) = 235+41+198=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29C6 is #14D639. Grayscale: #747474. Windows color (decimal): -1365562 or 12986859. OLE color: 12986859.

HSL color Cylindrical-coordinate representation of color #EB29C6: hue angle of 311.44º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB29C6 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 198 -
CMYK 0 0.83 0.16 0.08
HSL 311.44º 0.83% 0.54% -
HSV(B) 311.44º 0.83% 0.92% -
XYZ 45.25 23.33 55.54 -
YUV 116.9 173.77 212.23 -
System Red Green Blue C M Y K H S L
Decimal 235 41 198 0 0.83 0.16 0.08 311.44 0.83 0.54
Hex EB 29 C6 0 53 10 8 137 53 36
Octal 353 51 306 0 123 20 10 467 123 66
Binary 11101011 101001 11000110 0 1010011 10000 1000 100110111 1010011 110110

Color Harmonies of #EB29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29C6

Black with #EB29C6

Text Example


Text Example

White with #EB29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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