Html Css Color HEX #EA68F0 Pink Flamingo

📋 copy color: '#EA68F0'

red 234 ◦ green 104 ◦ blue 240

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

Shades of Pink Flamingo #EA68F0

Tints of Pink Flamingo #EA68F0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.99%

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 40.48%
G = 17.99%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA68F0 (or 0xEA68F0) is known color: Pink Flamingo. HEX triplet: EA, 68 and F0. RGB value is (234,104,240). Sum of RGB (Red+Green+Blue) = 234+104+240=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA68F0 is #15970F. Grayscale: #9D9D9D. Windows color (decimal): -1414928 or 15755498. OLE color: 15755498.

HSL color Cylindrical-coordinate representation of color #EA68F0: hue angle of 297.35º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA68F0 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 104 240 -
CMYK 0.02 0.57 0 0.06
HSL 297.35º 0.82% 0.67% -
HSV(B) 297.35º 0.57% 0.94% -
XYZ 54.61 33.68 86.06 -
YUV 158.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 234 104 240 0.02 0.57 0 0.06 297.35 0.82 0.67
Hex EA 68 F0 2 39 0 6 129 52 43
Octal 352 150 360 2 71 0 6 451 122 103
Binary 11101010 1101000 11110000 10 111001 0 110 100101001 1010010 1000011

Color Harmonies of #EA68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA68F0

Black with #EA68F0

Text Example


Text Example

White with #EA68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA68F0; }

 p { color: rgb(234,104,240); }

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

background-color css

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

 a { background-color: rgb(234,104,240); }

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

border-color css

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

 span { border-color: rgb(234,104,240); }

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