Html Css Color HEX #FF5CEE Pink Flamingo

📋 copy color: '#FF5CEE'

red 255 ◦ green 92 ◦ blue 238

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

Shades of Pink Flamingo #FF5CEE

Tints of Pink Flamingo #FF5CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.73%

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

R = 43.59%
G = 15.73%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF5CEE (or 0xFF5CEE) is known color: Pink Flamingo. HEX triplet: FF, 5C and EE. RGB value is (255,92,238). Sum of RGB (Red+Green+Blue) = 255+92+238=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5CEE is #00A311. Grayscale: #9C9C9C. Windows color (decimal): -41746 or 15621375. OLE color: 15621375.

HSL color Cylindrical-coordinate representation of color #FF5CEE: hue angle of 306.26º 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 #FF5CEE is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 92 238 -
CMYK 0 0.64 0.07 0
HSL 306.26º 1% 0.68% -
HSV(B) 306.26º 0.64% 1% -
XYZ 60.5 35.09 84.47 -
YUV 157.38 173.5 197.63 -
System Red Green Blue C M Y K H S L
Decimal 255 92 238 0 0.64 0.07 0 306.26 1 0.68
Hex FF 5C EE 0 40 7 0 132 64 44
Octal 377 134 356 0 100 7 0 462 144 104
Binary 11111111 1011100 11101110 0 1000000 111 0 100110010 1100100 1000100

Color Harmonies of #FF5CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5CEE

Black with #FF5CEE

Text Example


Text Example

White with #FF5CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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