Html Css Color HEX #FF69E4 Pale Magenta

📋 copy color: '#FF69E4'

red 255 ◦ green 105 ◦ blue 228

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

Shades of Pale Magenta #FF69E4

Tints of Pale Magenta #FF69E4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.86%

 BLUE value IS 228 (89.45% from 255) = 38.78%

R = 43.37%
G = 17.86%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FF69E4 (or 0xFF69E4) is known color: Pale Magenta. HEX triplet: FF, 69 and E4. RGB value is (255,105,228). Sum of RGB (Red+Green+Blue) = 255+105+228=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 105 (41.41% from 255 or 17.86% from 588); Blue value is 228 (89.45% from 255 or 38.78% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69E4 is #00961B. Grayscale: #A3A3A3. Windows color (decimal): -38428 or 14969343. OLE color: 14969343.

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

Color convert

RGB 255 105 228 -
CMYK 0 0.59 0.11 0
HSL 310.8º 1% 0.71% -
HSV(B) 310.8º 0.59% 1% -
XYZ 60.3 36.96 77.36 -
YUV 163.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 255 105 228 0 0.59 0.11 0 310.8 1 0.71
Hex FF 69 E4 0 3B B 0 137 64 47
Octal 377 151 344 0 73 13 0 467 144 107
Binary 11111111 1101001 11100100 0 111011 1011 0 100110111 1100100 1000111

Color Harmonies of #FF69E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF69E4

Black with #FF69E4

Text Example


Text Example

White with #FF69E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF69E4; }

 p { color: rgb(255,105,228); }

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

background-color css

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

 a { background-color: rgb(255,105,228); }

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

border-color css

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

 span { border-color: rgb(255,105,228); }

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