Html Css Color HEX #EA65F0 Pink Flamingo

📋 copy color: '#EA65F0'

red 234 ◦ green 101 ◦ blue 240

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

Shades of Pink Flamingo #EA65F0

Tints of Pink Flamingo #EA65F0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.57%

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

R = 40.7%
G = 17.57%
B = 41.74%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA65F0 (or 0xEA65F0) is known color: Pink Flamingo. HEX triplet: EA, 65 and F0. RGB value is (234,101,240). Sum of RGB (Red+Green+Blue) = 234+101+240=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #EA65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65F0 is #159A0F. Grayscale: #9C9C9C. Windows color (decimal): -1415696 or 15754730. OLE color: 15754730.

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

Color convert

RGB 234 101 240 -
CMYK 0.02 0.58 0 0.06
HSL 297.41º 0.82% 0.67% -
HSV(B) 297.41º 0.58% 0.94% -
XYZ 54.31 33.09 85.96 -
YUV 156.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 234 101 240 0.02 0.58 0 0.06 297.41 0.82 0.67
Hex EA 65 F0 2 3A 0 6 129 52 43
Octal 352 145 360 2 72 0 6 451 122 103
Binary 11101010 1100101 11110000 10 111010 0 110 100101001 1010010 1000011

Color Harmonies of #EA65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA65F0

Black with #EA65F0

Text Example


Text Example

White with #EA65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA65F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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