Html Css Color HEX #EB29C0 Razzle Dazzle Rose

📋 copy color: '#EB29C0'

red 235 ◦ green 41 ◦ blue 192

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

Shades of Razzle Dazzle Rose #EB29C0

Tints of Razzle Dazzle Rose #EB29C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 50.21%
G = 8.76%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EB29C0 (or 0xEB29C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and C0. RGB value is (235,41,192). Sum of RGB (Red+Green+Blue) = 235+41+192=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29C0 is #14D63F. Grayscale: #737373. Windows color (decimal): -1365568 or 12593643. OLE color: 12593643.

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

Color convert

RGB 235 41 192 -
CMYK 0 0.83 0.18 0.08
HSL 313.3º 0.83% 0.54% -
HSV(B) 313.3º 0.83% 0.92% -
XYZ 44.57 23.05 51.97 -
YUV 116.22 170.77 212.72 -
System Red Green Blue C M Y K H S L
Decimal 235 41 192 0 0.83 0.18 0.08 313.3 0.83 0.54
Hex EB 29 C0 0 53 12 8 139 53 36
Octal 353 51 300 0 123 22 10 471 123 66
Binary 11101011 101001 11000000 0 1010011 10010 1000 100111001 1010011 110110

Color Harmonies of #EB29C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29C0

Black with #EB29C0

Text Example


Text Example

White with #EB29C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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