Html Css Color HEX #EA5CFB Pink Flamingo

📋 copy color: '#EA5CFB'

red 234 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #EA5CFB

Tints of Pink Flamingo #EA5CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 40.55%
G = 15.94%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA5CFB (or 0xEA5CFB) is known color: Pink Flamingo. HEX triplet: EA, 5C and FB. RGB value is (234,92,251). Sum of RGB (Red+Green+Blue) = 234+92+251=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5CFB is #15A304. Grayscale: #989898. Windows color (decimal): -1417989 or 16473322. OLE color: 16473322.

HSL color Cylindrical-coordinate representation of color #EA5CFB: hue angle of 293.58º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5CFB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 92 251 -
CMYK 0.07 0.63 0 0.02
HSL 293.58º 0.95% 0.67% -
HSV(B) 293.58º 0.63% 0.98% -
XYZ 55.17 32.11 94.56 -
YUV 152.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 234 92 251 0.07 0.63 0 0.02 293.58 0.95 0.67
Hex EA 5C FB 7 3F 0 2 126 5F 43
Octal 352 134 373 7 77 0 2 446 137 103
Binary 11101010 1011100 11111011 111 111111 0 10 100100110 1011111 1000011

Color Harmonies of #EA5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5CFB

Black with #EA5CFB

Text Example


Text Example

White with #EA5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5CFB; }

 p { color: rgb(234,92,251); }

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

background-color css

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

 a { background-color: rgb(234,92,251); }

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

border-color css

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

 span { border-color: rgb(234,92,251); }

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