Html Css Color HEX #EB29C2 Razzle Dazzle Rose

📋 copy color: '#EB29C2'

red 235 ◦ green 41 ◦ blue 194

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

Shades of Razzle Dazzle Rose #EB29C2

Tints of Razzle Dazzle Rose #EB29C2

RGB

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

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

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

R = 50%
G = 8.72%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB29C2 (or 0xEB29C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and C2. RGB value is (235,41,194). Sum of RGB (Red+Green+Blue) = 235+41+194=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29C2 is #14D63D. Grayscale: #747474. Windows color (decimal): -1365566 or 12724715. OLE color: 12724715.

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

Color convert

RGB 235 41 194 -
CMYK 0 0.83 0.17 0.08
HSL 312.68º 0.83% 0.54% -
HSV(B) 312.68º 0.83% 0.92% -
XYZ 44.79 23.14 53.15 -
YUV 116.45 171.77 212.56 -
System Red Green Blue C M Y K H S L
Decimal 235 41 194 0 0.83 0.17 0.08 312.68 0.83 0.54
Hex EB 29 C2 0 53 11 8 139 53 36
Octal 353 51 302 0 123 21 10 471 123 66
Binary 11101011 101001 11000010 0 1010011 10001 1000 100111001 1010011 110110

Color Harmonies of #EB29C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29C2

Black with #EB29C2

Text Example


Text Example

White with #EB29C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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