Html Css Color HEX #EB65F0 Pink Flamingo

📋 copy color: '#EB65F0'

red 235 ◦ green 101 ◦ blue 240

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

Shades of Pink Flamingo #EB65F0

Tints of Pink Flamingo #EB65F0

RGB

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

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

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

R = 40.8%
G = 17.53%
B = 41.67%

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

#EB65F0 (or 0xEB65F0) is known color: Pink Flamingo. HEX triplet: EB, 65 and F0. RGB value is (235,101,240). Sum of RGB (Red+Green+Blue) = 235+101+240=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 101 (39.84% from 255 or 17.53% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB65F0 is #149A0F. Grayscale: #9C9C9C. Windows color (decimal): -1350160 or 15754731. OLE color: 15754731.

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

Color convert

RGB 235 101 240 -
CMYK 0.02 0.58 0 0.06
HSL 297.84º 0.82% 0.67% -
HSV(B) 297.84º 0.58% 0.94% -
XYZ 54.64 33.26 85.98 -
YUV 156.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 235 101 240 0.02 0.58 0 0.06 297.84 0.82 0.67
Hex EB 65 F0 2 3A 0 6 12A 52 43
Octal 353 145 360 2 72 0 6 452 122 103
Binary 11101011 1100101 11110000 10 111010 0 110 100101010 1010010 1000011

Color Harmonies of #EB65F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB65F0

Black with #EB65F0

Text Example


Text Example

White with #EB65F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB65F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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