Html Css Color HEX #FF55EA Pink Flamingo

📋 copy color: '#FF55EA'

red 255 ◦ green 85 ◦ blue 234

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

Shades of Pink Flamingo #FF55EA

Tints of Pink Flamingo #FF55EA

RGB

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

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

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

R = 44.43%
G = 14.81%
B = 40.77%

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

#FF55EA (or 0xFF55EA) is known color: Pink Flamingo. HEX triplet: FF, 55 and EA. RGB value is (255,85,234). Sum of RGB (Red+Green+Blue) = 255+85+234=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 85 (33.59% from 255 or 14.81% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55EA is #00AA15. Grayscale: #989898. Windows color (decimal): -43542 or 15357439. OLE color: 15357439.

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

Color convert

RGB 255 85 234 -
CMYK 0 0.67 0.08 0
HSL 307.41º 1% 0.67% -
HSV(B) 307.41º 0.67% 1% -
XYZ 59.34 33.7 81.22 -
YUV 152.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 255 85 234 0 0.67 0.08 0 307.41 1 0.67
Hex FF 55 EA 0 43 8 0 133 64 43
Octal 377 125 352 0 103 10 0 463 144 103
Binary 11111111 1010101 11101010 0 1000011 1000 0 100110011 1100100 1000011

Color Harmonies of #FF55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55EA

Black with #FF55EA

Text Example


Text Example

White with #FF55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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