Html Css Color HEX #E64CFD Pink Flamingo

📋 copy color: '#E64CFD'

red 230 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #E64CFD

Tints of Pink Flamingo #E64CFD

RGB

 RED value IS 230 (90.23% from 255) = 41.14%

 GREEN value IS 76 (30.08% from 255) = 13.6%

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

R = 41.14%
G = 13.6%
B = 45.26%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E64CFD (or 0xE64CFD) is known color: Pink Flamingo. HEX triplet: E6, 4C and FD. RGB value is (230,76,253). Sum of RGB (Red+Green+Blue) = 230+76+253=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #E64CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFD is #19B302. Grayscale: #8D8D8D. Windows color (decimal): -1684227 or 16600294. OLE color: 16600294.

HSL color Cylindrical-coordinate representation of color #E64CFD: hue angle of 292.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64CFD is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 76 253 -
CMYK 0.09 0.70 0 0.01
HSL 292.2º 0.98% 0.65% -
HSV(B) 292.2º 0.7% 0.99% -
XYZ 52.95 29.08 95.75 -
YUV 142.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 230 76 253 0.09 0.70 0 0.01 292.2 0.98 0.65
Hex E6 4C FD 9 46 0 1 124 62 41
Octal 346 114 375 11 106 0 1 444 142 101
Binary 11100110 1001100 11111101 1001 1000110 0 1 100100100 1100010 1000001

Color Harmonies of #E64CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CFD

Black with #E64CFD

Text Example


Text Example

White with #E64CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CFD; }

 p { color: rgb(230,76,253); }

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

background-color css

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

 a { background-color: rgb(230,76,253); }

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

border-color css

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

 span { border-color: rgb(230,76,253); }

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