Html Css Color HEX #EA63F2 Pink Flamingo

📋 copy color: '#EA63F2'

red 234 ◦ green 99 ◦ blue 242

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

Shades of Pink Flamingo #EA63F2

Tints of Pink Flamingo #EA63F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.22%

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

R = 40.7%
G = 17.22%
B = 42.09%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA63F2 (or 0xEA63F2) is known color: Pink Flamingo. HEX triplet: EA, 63 and F2. RGB value is (234,99,242). Sum of RGB (Red+Green+Blue) = 234+99+242=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 99 (39.06% from 255 or 17.22% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA63F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA63F2 is #159C0D. Grayscale: #9B9B9B. Windows color (decimal): -1416206 or 15885290. OLE color: 15885290.

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

Color convert

RGB 234 99 242 -
CMYK 0.03 0.59 0 0.05
HSL 296.64º 0.85% 0.67% -
HSV(B) 296.64º 0.59% 0.95% -
XYZ 54.42 32.83 87.47 -
YUV 155.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 234 99 242 0.03 0.59 0 0.05 296.64 0.85 0.67
Hex EA 63 F2 3 3B 0 5 129 55 43
Octal 352 143 362 3 73 0 5 451 125 103
Binary 11101010 1100011 11110010 11 111011 0 101 100101001 1010101 1000011

Color Harmonies of #EA63F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA63F2

Black with #EA63F2

Text Example


Text Example

White with #EA63F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA63F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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