Html Css Color HEX #EA4FFC Pink Flamingo

📋 copy color: '#EA4FFC'

red 234 ◦ green 79 ◦ blue 252

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

Shades of Pink Flamingo #EA4FFC

Tints of Pink Flamingo #EA4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.98%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 41.42%
G = 13.98%
B = 44.6%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA4FFC (or 0xEA4FFC) is known color: Pink Flamingo. HEX triplet: EA, 4F and FC. RGB value is (234,79,252). Sum of RGB (Red+Green+Blue) = 234+79+252=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 79 (31.25% from 255 or 13.98% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA4FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4FFC is #15B003. Grayscale: #909090. Windows color (decimal): -1421316 or 16535530. OLE color: 16535530.

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

Color convert

RGB 234 79 252 -
CMYK 0.07 0.69 0 0.01
HSL 293.76º 0.97% 0.65% -
HSV(B) 293.76º 0.69% 0.99% -
XYZ 54.3 30.11 95.05 -
YUV 145.07 188.35 191.43 -
System Red Green Blue C M Y K H S L
Decimal 234 79 252 0.07 0.69 0 0.01 293.76 0.97 0.65
Hex EA 4F FC 7 45 0 1 126 61 41
Octal 352 117 374 7 105 0 1 446 141 101
Binary 11101010 1001111 11111100 111 1000101 0 1 100100110 1100001 1000001

Color Harmonies of #EA4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4FFC

Black with #EA4FFC

Text Example


Text Example

White with #EA4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4FFC; }

 p { color: rgb(234,79,252); }

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

background-color css

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

 a { background-color: rgb(234,79,252); }

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

border-color css

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

 span { border-color: rgb(234,79,252); }

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