Html Css Color HEX #FF58EA Pink Flamingo

📋 copy color: '#FF58EA'

red 255 ◦ green 88 ◦ blue 234

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

Shades of Pink Flamingo #FF58EA

Tints of Pink Flamingo #FF58EA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.25%

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

R = 44.19%
G = 15.25%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF58EA (or 0xFF58EA) is known color: Pink Flamingo. HEX triplet: FF, 58 and EA. RGB value is (255,88,234). Sum of RGB (Red+Green+Blue) = 255+88+234=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF58EA is #00A715. Grayscale: #9A9A9A. Windows color (decimal): -42774 or 15358207. OLE color: 15358207.

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

Color convert

RGB 255 88 234 -
CMYK 0 0.65 0.08 0
HSL 307.54º 1% 0.67% -
HSV(B) 307.54º 0.65% 1% -
XYZ 59.58 34.18 81.3 -
YUV 154.58 172.83 199.63 -
System Red Green Blue C M Y K H S L
Decimal 255 88 234 0 0.65 0.08 0 307.54 1 0.67
Hex FF 58 EA 0 41 8 0 134 64 43
Octal 377 130 352 0 101 10 0 464 144 103
Binary 11111111 1011000 11101010 0 1000001 1000 0 100110100 1100100 1000011

Color Harmonies of #FF58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58EA

Black with #FF58EA

Text Example


Text Example

White with #FF58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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