Html Css Color HEX #EA4CF6 Pink Flamingo

📋 copy color: '#EA4CF6'

red 234 ◦ green 76 ◦ blue 246

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

Shades of Pink Flamingo #EA4CF6

Tints of Pink Flamingo #EA4CF6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.67%

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 42.09%
G = 13.67%
B = 44.24%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA4CF6 (or 0xEA4CF6) is known color: Pink Flamingo. HEX triplet: EA, 4C and F6. RGB value is (234,76,246). Sum of RGB (Red+Green+Blue) = 234+76+246=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA4CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4CF6 is #15B309. Grayscale: #8E8E8E. Windows color (decimal): -1422090 or 16141546. OLE color: 16141546.

HSL color Cylindrical-coordinate representation of color #EA4CF6: hue angle of 295.76º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4CF6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 76 246 -
CMYK 0.05 0.69 0 0.04
HSL 295.76º 0.9% 0.63% -
HSV(B) 295.76º 0.69% 0.96% -
XYZ 53.15 29.32 90.05 -
YUV 142.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 234 76 246 0.05 0.69 0 0.04 295.76 0.9 0.63
Hex EA 4C F6 5 45 0 4 128 5A 3F
Octal 352 114 366 5 105 0 4 450 132 77
Binary 11101010 1001100 11110110 101 1000101 0 100 100101000 1011010 111111

Color Harmonies of #EA4CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4CF6

Black with #EA4CF6

Text Example


Text Example

White with #EA4CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4CF6; }

 p { color: rgb(234,76,246); }

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

background-color css

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

 a { background-color: rgb(234,76,246); }

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

border-color css

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

 span { border-color: rgb(234,76,246); }

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