Html Css Color HEX #EB66F0 Pink Flamingo

📋 copy color: '#EB66F0'

red 235 ◦ green 102 ◦ blue 240

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

Shades of Pink Flamingo #EB66F0

Tints of Pink Flamingo #EB66F0

RGB

 RED value IS 235 (92.19% from 255) = 40.73%

 GREEN value IS 102 (40.23% from 255) = 17.68%

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

R = 40.73%
G = 17.68%
B = 41.59%

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

#EB66F0 (or 0xEB66F0) is known color: Pink Flamingo. HEX triplet: EB, 66 and F0. RGB value is (235,102,240). Sum of RGB (Red+Green+Blue) = 235+102+240=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB66F0 is #14990F. Grayscale: #9D9D9D. Windows color (decimal): -1349904 or 15754987. OLE color: 15754987.

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

Color convert

RGB 235 102 240 -
CMYK 0.02 0.58 0 0.06
HSL 297.83º 0.82% 0.67% -
HSV(B) 297.83º 0.58% 0.94% -
XYZ 54.74 33.46 86.01 -
YUV 157.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 235 102 240 0.02 0.58 0 0.06 297.83 0.82 0.67
Hex EB 66 F0 2 3A 0 6 12A 52 43
Octal 353 146 360 2 72 0 6 452 122 103
Binary 11101011 1100110 11110000 10 111010 0 110 100101010 1010010 1000011

Color Harmonies of #EB66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB66F0

Black with #EB66F0

Text Example


Text Example

White with #EB66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB66F0; }

 p { color: rgb(235,102,240); }

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

background-color css

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

 a { background-color: rgb(235,102,240); }

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

border-color css

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

 span { border-color: rgb(235,102,240); }

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