Html Css Color HEX #FF25E1 Razzle Dazzle Rose

📋 copy color: '#FF25E1'

red 255 ◦ green 37 ◦ blue 225

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

Shades of Razzle Dazzle Rose #FF25E1

Tints of Razzle Dazzle Rose #FF25E1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.16%

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

R = 49.32%
G = 7.16%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF25E1 (or 0xFF25E1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 25 and E1. RGB value is (255,37,225). Sum of RGB (Red+Green+Blue) = 255+37+225=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 37 (14.84% from 255 or 7.16% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25E1 is #00DA1E. Grayscale: #7B7B7B. Windows color (decimal): -55839 or 14755327. OLE color: 14755327.

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

Color convert

RGB 255 37 225 -
CMYK 0 0.85 0.12 0
HSL 308.26º 1% 0.57% -
HSV(B) 308.26º 0.85% 1% -
XYZ 55.49 28.02 73.72 -
YUV 123.61 185.22 221.71 -
System Red Green Blue C M Y K H S L
Decimal 255 37 225 0 0.85 0.12 0 308.26 1 0.57
Hex FF 25 E1 0 55 C 0 134 64 39
Octal 377 45 341 0 125 14 0 464 144 71
Binary 11111111 100101 11100001 0 1010101 1100 0 100110100 1100100 111001

Color Harmonies of #FF25E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25E1

Black with #FF25E1

Text Example


Text Example

White with #FF25E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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