Html Css Color HEX #EE63FD Pink Flamingo

📋 copy color: '#EE63FD'

red 238 ◦ green 99 ◦ blue 253

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

Shades of Pink Flamingo #EE63FD

Tints of Pink Flamingo #EE63FD

RGB

 RED value IS 238 (93.36% from 255) = 40.34%

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

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

R = 40.34%
G = 16.78%
B = 42.88%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE63FD (or 0xEE63FD) is known color: Pink Flamingo. HEX triplet: EE, 63 and FD. RGB value is (238,99,253). Sum of RGB (Red+Green+Blue) = 238+99+253=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE63FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE63FD is #119C02. Grayscale: #9D9D9D. Windows color (decimal): -1154051 or 16606190. OLE color: 16606190.

HSL color Cylindrical-coordinate representation of color #EE63FD: hue angle of 294.16º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE63FD is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 99 253 -
CMYK 0.06 0.61 0 0.01
HSL 294.16º 0.97% 0.69% -
HSV(B) 294.16º 0.61% 0.99% -
XYZ 57.45 34.19 96.5 -
YUV 158.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 238 99 253 0.06 0.61 0 0.01 294.16 0.97 0.69
Hex EE 63 FD 6 3D 0 1 126 61 45
Octal 356 143 375 6 75 0 1 446 141 105
Binary 11101110 1100011 11111101 110 111101 0 1 100100110 1100001 1000101

Color Harmonies of #EE63FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE63FD

Black with #EE63FD

Text Example


Text Example

White with #EE63FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE63FD; }

 p { color: rgb(238,99,253); }

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

background-color css

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

 a { background-color: rgb(238,99,253); }

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

border-color css

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

 span { border-color: rgb(238,99,253); }

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