Html Css Color HEX #EE65FD Pink Flamingo

📋 copy color: '#EE65FD'

red 238 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #EE65FD

Tints of Pink Flamingo #EE65FD

RGB

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

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

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

R = 40.2%
G = 17.06%
B = 42.74%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE65FD (or 0xEE65FD) is known color: Pink Flamingo. HEX triplet: EE, 65 and FD. RGB value is (238,101,253). Sum of RGB (Red+Green+Blue) = 238+101+253=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE65FD is #119A02. Grayscale: #9E9E9E. Windows color (decimal): -1153539 or 16606702. OLE color: 16606702.

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

Color convert

RGB 238 101 253 -
CMYK 0.06 0.60 0 0.01
HSL 294.08º 0.97% 0.69% -
HSV(B) 294.08º 0.6% 0.99% -
XYZ 57.64 34.58 96.56 -
YUV 159.29 180.89 184.14 -
System Red Green Blue C M Y K H S L
Decimal 238 101 253 0.06 0.60 0 0.01 294.08 0.97 0.69
Hex EE 65 FD 6 3C 0 1 126 61 45
Octal 356 145 375 6 74 0 1 446 141 105
Binary 11101110 1100101 11111101 110 111100 0 1 100100110 1100001 1000101

Color Harmonies of #EE65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE65FD

Black with #EE65FD

Text Example


Text Example

White with #EE65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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