Html Css Color HEX #EB29E0 Razzle Dazzle Rose

📋 copy color: '#EB29E0'

red 235 ◦ green 41 ◦ blue 224

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

Shades of Razzle Dazzle Rose #EB29E0

Tints of Razzle Dazzle Rose #EB29E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 47%
G = 8.2%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#EB29E0 (or 0xEB29E0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 29 and E0. RGB value is (235,41,224). Sum of RGB (Red+Green+Blue) = 235+41+224=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB29E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB29E0 is #14D61F. Grayscale: #777777. Windows color (decimal): -1365536 or 14690795. OLE color: 14690795.

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

Color convert

RGB 235 41 224 -
CMYK 0 0.83 0.05 0.08
HSL 303.4º 0.83% 0.54% -
HSV(B) 303.4º 0.83% 0.92% -
XYZ 48.51 24.63 72.72 -
YUV 119.87 186.77 210.12 -
System Red Green Blue C M Y K H S L
Decimal 235 41 224 0 0.83 0.05 0.08 303.4 0.83 0.54
Hex EB 29 E0 0 53 5 8 12F 53 36
Octal 353 51 340 0 123 5 10 457 123 66
Binary 11101011 101001 11100000 0 1010011 101 1000 100101111 1010011 110110

Color Harmonies of #EB29E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB29E0

Black with #EB29E0

Text Example


Text Example

White with #EB29E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB29E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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