Html Css Color HEX #FF93EE Pale Magenta

📋 copy color: '#FF93EE'

red 255 ◦ green 147 ◦ blue 238

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

Shades of Pale Magenta #FF93EE

Tints of Pale Magenta #FF93EE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 22.97%

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 39.84%
G = 22.97%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF93EE (or 0xFF93EE) is known color: Pale Magenta. HEX triplet: FF, 93 and EE. RGB value is (255,147,238). Sum of RGB (Red+Green+Blue) = 255+147+238=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 147 (57.81% from 255 or 22.97% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93EE is #006C11. Grayscale: #BDBDBD. Windows color (decimal): -27666 or 15635455. OLE color: 15635455.

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

Color convert

RGB 255 147 238 -
CMYK 0 0.42 0.07 0
HSL 309.44º 1% 0.79% -
HSV(B) 309.44º 0.42% 1% -
XYZ 67.11 48.3 86.67 -
YUV 189.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 255 147 238 0 0.42 0.07 0 309.44 1 0.79
Hex FF 93 EE 0 2A 7 0 135 64 4F
Octal 377 223 356 0 52 7 0 465 144 117
Binary 11111111 10010011 11101110 0 101010 111 0 100110101 1100100 1001111

Color Harmonies of #FF93EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF93EE

Black with #FF93EE

Text Example


Text Example

White with #FF93EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF93EE; }

 p { color: rgb(255,147,238); }

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

background-color css

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

 a { background-color: rgb(255,147,238); }

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

border-color css

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

 span { border-color: rgb(255,147,238); }

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