Html Css Color HEX #FF4AE5 Razzle Dazzle Rose

📋 copy color: '#FF4AE5'

red 255 ◦ green 74 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FF4AE5

Tints of Razzle Dazzle Rose #FF4AE5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.26%

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

R = 45.7%
G = 13.26%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF4AE5 (or 0xFF4AE5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and E5. RGB value is (255,74,229). Sum of RGB (Red+Green+Blue) = 255+74+229=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4AE5 is #00B51A. Grayscale: #919191. Windows color (decimal): -46363 or 15026943. OLE color: 15026943.

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

Color convert

RGB 255 74 229 -
CMYK 0 0.71 0.10 0
HSL 308.62º 1% 0.65% -
HSV(B) 308.62º 0.71% 1% -
XYZ 57.83 31.81 77.22 -
YUV 145.79 174.97 205.9 -
System Red Green Blue C M Y K H S L
Decimal 255 74 229 0 0.71 0.10 0 308.62 1 0.65
Hex FF 4A E5 0 47 A 0 135 64 41
Octal 377 112 345 0 107 12 0 465 144 101
Binary 11111111 1001010 11100101 0 1000111 1010 0 100110101 1100100 1000001

Color Harmonies of #FF4AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4AE5

Black with #FF4AE5

Text Example


Text Example

White with #FF4AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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