Html Css Color HEX #FF74EB Pale Magenta

📋 copy color: '#FF74EB'

red 255 ◦ green 116 ◦ blue 235

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

Shades of Pale Magenta #FF74EB

Tints of Pale Magenta #FF74EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 19.14%

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 42.08%
G = 19.14%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF74EB (or 0xFF74EB) is known color: Pale Magenta. HEX triplet: FF, 74 and EB. RGB value is (255,116,235). Sum of RGB (Red+Green+Blue) = 255+116+235=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 116 (45.70% from 255 or 19.14% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF74EB is #008B14. Grayscale: #AAAAAA. Windows color (decimal): -35605 or 15430911. OLE color: 15430911.

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

Color convert

RGB 255 116 235 -
CMYK 0 0.55 0.08 0
HSL 308.63º 1% 0.73% -
HSV(B) 308.63º 0.55% 1% -
XYZ 62.48 39.75 82.98 -
YUV 171.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 255 116 235 0 0.55 0.08 0 308.63 1 0.73
Hex FF 74 EB 0 37 8 0 135 64 49
Octal 377 164 353 0 67 10 0 465 144 111
Binary 11111111 1110100 11101011 0 110111 1000 0 100110101 1100100 1001001

Color Harmonies of #FF74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74EB

Black with #FF74EB

Text Example


Text Example

White with #FF74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74EB; }

 p { color: rgb(255,116,235); }

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

background-color css

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

 a { background-color: rgb(255,116,235); }

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

border-color css

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

 span { border-color: rgb(255,116,235); }

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