Html Css Color HEX #FF55EB Pink Flamingo

📋 copy color: '#FF55EB'

red 255 ◦ green 85 ◦ blue 235

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

Shades of Pink Flamingo #FF55EB

Tints of Pink Flamingo #FF55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.78%

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

R = 44.35%
G = 14.78%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF55EB (or 0xFF55EB) is known color: Pink Flamingo. HEX triplet: FF, 55 and EB. RGB value is (255,85,235). Sum of RGB (Red+Green+Blue) = 255+85+235=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55EB is #00AA14. Grayscale: #989898. Windows color (decimal): -43541 or 15422975. OLE color: 15422975.

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

Color convert

RGB 255 85 235 -
CMYK 0 0.67 0.08 0
HSL 307.06º 1% 0.67% -
HSV(B) 307.06º 0.67% 1% -
XYZ 59.48 33.76 81.98 -
YUV 152.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 255 85 235 0 0.67 0.08 0 307.06 1 0.67
Hex FF 55 EB 0 43 8 0 133 64 43
Octal 377 125 353 0 103 10 0 463 144 103
Binary 11111111 1010101 11101011 0 1000011 1000 0 100110011 1100100 1000011

Color Harmonies of #FF55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55EB

Black with #FF55EB

Text Example


Text Example

White with #FF55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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