Html Css Color HEX #EA40FD Pink Flamingo

📋 copy color: '#EA40FD'

red 234 ◦ green 64 ◦ blue 253

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

Shades of Pink Flamingo #EA40FD

Tints of Pink Flamingo #EA40FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.62%

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 42.47%
G = 11.62%
B = 45.92%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA40FD (or 0xEA40FD) is known color: Pink Flamingo. HEX triplet: EA, 40 and FD. RGB value is (234,64,253). Sum of RGB (Red+Green+Blue) = 234+64+253=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40FD is #15BF02. Grayscale: #878787. Windows color (decimal): -1425155 or 16597226. OLE color: 16597226.

HSL color Cylindrical-coordinate representation of color #EA40FD: hue angle of 293.97º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA40FD is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 64 253 -
CMYK 0.08 0.75 0 0.01
HSL 293.97º 0.98% 0.62% -
HSV(B) 293.97º 0.75% 0.99% -
XYZ 53.49 28.25 95.56 -
YUV 136.38 193.82 197.63 -
System Red Green Blue C M Y K H S L
Decimal 234 64 253 0.08 0.75 0 0.01 293.97 0.98 0.62
Hex EA 40 FD 8 4B 0 1 126 62 3E
Octal 352 100 375 10 113 0 1 446 142 76
Binary 11101010 1000000 11111101 1000 1001011 0 1 100100110 1100010 111110

Color Harmonies of #EA40FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40FD

Black with #EA40FD

Text Example


Text Example

White with #EA40FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40FD; }

 p { color: rgb(234,64,253); }

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

background-color css

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

 a { background-color: rgb(234,64,253); }

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

border-color css

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

 span { border-color: rgb(234,64,253); }

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