Html Css Color HEX #EB29E1 Razzle Dazzle Rose

📋 copy color: '#EB29E1'

red 235 ◦ green 41 ◦ blue 225

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

Shades of Razzle Dazzle Rose #EB29E1

Tints of Razzle Dazzle Rose #EB29E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 46.91%
G = 8.18%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EB29E1 (or 0xEB29E1) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and E1. RGB value is (235,41,225). Sum of RGB (Red+Green+Blue) = 235+41+225=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 41 (16.41% from 255 or 8.18% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29E1 is #14D61E. Grayscale: #777777. Windows color (decimal): -1365535 or 14756331. OLE color: 14756331.

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

Color convert

RGB 235 41 225 -
CMYK 0 0.83 0.04 0.08
HSL 303.09º 0.83% 0.54% -
HSV(B) 303.09º 0.83% 0.92% -
XYZ 48.64 24.68 73.43 -
YUV 119.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 235 41 225 0 0.83 0.04 0.08 303.09 0.83 0.54
Hex EB 29 E1 0 53 4 8 12F 53 36
Octal 353 51 341 0 123 4 10 457 123 66
Binary 11101011 101001 11100001 0 1010011 100 1000 100101111 1010011 110110

Color Harmonies of #EB29E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29E1

Black with #EB29E1

Text Example


Text Example

White with #EB29E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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