Html Css Color HEX #FF29E5 Razzle Dazzle Rose

📋 copy color: '#FF29E5'

red 255 ◦ green 41 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FF29E5

Tints of Razzle Dazzle Rose #FF29E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 48.57%
G = 7.81%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF29E5 (or 0xFF29E5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and E5. RGB value is (255,41,229). Sum of RGB (Red+Green+Blue) = 255+41+229=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 41 (16.41% from 255 or 7.81% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29E5 is #00D61A. Grayscale: #7D7D7D. Windows color (decimal): -54811 or 15018495. OLE color: 15018495.

HSL color Cylindrical-coordinate representation of color #FF29E5: hue angle of 307.29º 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 #FF29E5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 229 -
CMYK 0 0.84 0.10 0
HSL 307.29º 1% 0.58% -
HSV(B) 307.29º 0.84% 1% -
XYZ 56.18 28.5 76.67 -
YUV 126.42 185.9 219.71 -
System Red Green Blue C M Y K H S L
Decimal 255 41 229 0 0.84 0.10 0 307.29 1 0.58
Hex FF 29 E5 0 54 A 0 133 64 3A
Octal 377 51 345 0 124 12 0 463 144 72
Binary 11111111 101001 11100101 0 1010100 1010 0 100110011 1100100 111010

Color Harmonies of #FF29E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29E5

Black with #FF29E5

Text Example


Text Example

White with #FF29E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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