Html Css Color HEX #EF65ED Pink Flamingo

📋 copy color: '#EF65ED'

red 239 ◦ green 101 ◦ blue 237

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

Shades of Pink Flamingo #EF65ED

Tints of Pink Flamingo #EF65ED

RGB

 RED value IS 239 (93.75% from 255) = 41.42%

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

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 41.42%
G = 17.5%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF65ED (or 0xEF65ED) is known color: Pink Flamingo. HEX triplet: EF, 65 and ED. RGB value is (239,101,237). Sum of RGB (Red+Green+Blue) = 239+101+237=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65ED is #109A12. Grayscale: #9D9D9D. Windows color (decimal): -1088019 or 15558127. OLE color: 15558127.

HSL color Cylindrical-coordinate representation of color #EF65ED: hue angle of 300.87º degrees, saturation: 0.81, 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 #EF65ED is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 101 237 -
CMYK 0 0.58 0.01 0.06
HSL 300.87º 0.81% 0.67% -
HSV(B) 300.87º 0.58% 0.94% -
XYZ 55.54 33.77 83.71 -
YUV 157.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 239 101 237 0 0.58 0.01 0.06 300.87 0.81 0.67
Hex EF 65 ED 0 3A 1 6 12D 51 43
Octal 357 145 355 0 72 1 6 455 121 103
Binary 11101111 1100101 11101101 0 111010 1 110 100101101 1010001 1000011

Color Harmonies of #EF65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65ED

Black with #EF65ED

Text Example


Text Example

White with #EF65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65ED; }

 p { color: rgb(239,101,237); }

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

background-color css

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

 a { background-color: rgb(239,101,237); }

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

border-color css

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

 span { border-color: rgb(239,101,237); }

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