Html Css Color HEX #FF5DEA Pink Flamingo

📋 copy color: '#FF5DEA'

red 255 ◦ green 93 ◦ blue 234

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

Shades of Pink Flamingo #FF5DEA

Tints of Pink Flamingo #FF5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.98%

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 43.81%
G = 15.98%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF5DEA (or 0xFF5DEA) is known color: Pink Flamingo. HEX triplet: FF, 5D and EA. RGB value is (255,93,234). Sum of RGB (Red+Green+Blue) = 255+93+234=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 93 (36.72% from 255 or 15.98% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DEA is #00A215. Grayscale: #9D9D9D. Windows color (decimal): -41494 or 15359487. OLE color: 15359487.

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

Color convert

RGB 255 93 234 -
CMYK 0 0.64 0.08 0
HSL 307.78º 1% 0.68% -
HSV(B) 307.78º 0.64% 1% -
XYZ 60.01 35.03 81.44 -
YUV 157.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 255 93 234 0 0.64 0.08 0 307.78 1 0.68
Hex FF 5D EA 0 40 8 0 134 64 44
Octal 377 135 352 0 100 10 0 464 144 104
Binary 11111111 1011101 11101010 0 1000000 1000 0 100110100 1100100 1000100

Color Harmonies of #FF5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DEA

Black with #FF5DEA

Text Example


Text Example

White with #FF5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DEA; }

 p { color: rgb(255,93,234); }

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

background-color css

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

 a { background-color: rgb(255,93,234); }

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

border-color css

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

 span { border-color: rgb(255,93,234); }

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