Html Css Color HEX #FF29E1 Razzle Dazzle Rose

📋 copy color: '#FF29E1'

red 255 ◦ green 41 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FF29E1

Tints of Razzle Dazzle Rose #FF29E1

RGB

 RED value IS 255 (100% from 255) = 48.94%

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

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

R = 48.94%
G = 7.87%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF29E1 (or 0xFF29E1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and E1. RGB value is (255,41,225). Sum of RGB (Red+Green+Blue) = 255+41+225=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29E1 is #00D61E. Grayscale: #7D7D7D. Windows color (decimal): -54815 or 14756351. OLE color: 14756351.

HSL color Cylindrical-coordinate representation of color #FF29E1: hue angle of 308.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29E1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 225 -
CMYK 0 0.84 0.12 0
HSL 308.41º 1% 0.58% -
HSV(B) 308.41º 0.84% 1% -
XYZ 55.62 28.28 73.76 -
YUV 125.96 183.9 220.04 -
System Red Green Blue C M Y K H S L
Decimal 255 41 225 0 0.84 0.12 0 308.41 1 0.58
Hex FF 29 E1 0 54 C 0 134 64 3A
Octal 377 51 341 0 124 14 0 464 144 72
Binary 11111111 101001 11100001 0 1010100 1100 0 100110100 1100100 111010

Color Harmonies of #FF29E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29E1

Black with #FF29E1

Text Example


Text Example

White with #FF29E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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