Html Css Color HEX #EA5BF2 Pink Flamingo

📋 copy color: '#EA5BF2'

red 234 ◦ green 91 ◦ blue 242

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

Shades of Pink Flamingo #EA5BF2

Tints of Pink Flamingo #EA5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.05%

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 41.27%
G = 16.05%
B = 42.68%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA5BF2 (or 0xEA5BF2) is known color: Pink Flamingo. HEX triplet: EA, 5B and F2. RGB value is (234,91,242). Sum of RGB (Red+Green+Blue) = 234+91+242=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 91 (35.94% from 255 or 16.05% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA5BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5BF2 is #15A40D. Grayscale: #969696. Windows color (decimal): -1418254 or 15883242. OLE color: 15883242.

HSL color Cylindrical-coordinate representation of color #EA5BF2: hue angle of 296.82º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5BF2 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 91 242 -
CMYK 0.03 0.62 0 0.05
HSL 296.82º 0.85% 0.65% -
HSV(B) 296.82º 0.62% 0.95% -
XYZ 53.7 31.39 87.23 -
YUV 150.97 179.38 187.22 -
System Red Green Blue C M Y K H S L
Decimal 234 91 242 0.03 0.62 0 0.05 296.82 0.85 0.65
Hex EA 5B F2 3 3E 0 5 129 55 41
Octal 352 133 362 3 76 0 5 451 125 101
Binary 11101010 1011011 11110010 11 111110 0 101 100101001 1010101 1000001

Color Harmonies of #EA5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5BF2

Black with #EA5BF2

Text Example


Text Example

White with #EA5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5BF2; }

 p { color: rgb(234,91,242); }

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

background-color css

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

 a { background-color: rgb(234,91,242); }

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

border-color css

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

 span { border-color: rgb(234,91,242); }

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