Html Css Color HEX #EA58FD Pink Flamingo

📋 copy color: '#EA58FD'

red 234 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #EA58FD

Tints of Pink Flamingo #EA58FD

RGB

 RED value IS 234 (91.8% from 255) = 40.7%

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

 BLUE value IS 253 (99.22% from 255) = 44%

R = 40.7%
G = 15.3%
B = 44%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA58FD (or 0xEA58FD) is known color: Pink Flamingo. HEX triplet: EA, 58 and FD. RGB value is (234,88,253). Sum of RGB (Red+Green+Blue) = 234+88+253=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 88 (34.77% from 255 or 15.30% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA58FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA58FD is #15A702. Grayscale: #959595. Windows color (decimal): -1419011 or 16603370. OLE color: 16603370.

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

Color convert

RGB 234 88 253 -
CMYK 0.08 0.65 0 0.01
HSL 293.09º 0.98% 0.67% -
HSV(B) 293.09º 0.65% 0.99% -
XYZ 55.15 31.56 96.11 -
YUV 150.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 234 88 253 0.08 0.65 0 0.01 293.09 0.98 0.67
Hex EA 58 FD 8 41 0 1 125 62 43
Octal 352 130 375 10 101 0 1 445 142 103
Binary 11101010 1011000 11111101 1000 1000001 0 1 100100101 1100010 1000011

Color Harmonies of #EA58FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA58FD

Black with #EA58FD

Text Example


Text Example

White with #EA58FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA58FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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