Html Css Color HEX #ED65FF Pink Flamingo

📋 copy color: '#ED65FF'

red 237 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #ED65FF

Tints of Pink Flamingo #ED65FF

RGB

 RED value IS 237 (92.97% from 255) = 39.97%

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

 BLUE value IS 255 (100% from 255) = 43%

R = 39.97%
G = 17.03%
B = 43%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED65FF (or 0xED65FF) is known color: Pink Flamingo. HEX triplet: ED, 65 and FF. RGB value is (237,101,255). Sum of RGB (Red+Green+Blue) = 237+101+255=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65FF is #129A00. Grayscale: #9E9E9E. Windows color (decimal): -1219073 or 16737773. OLE color: 16737773.

HSL color Cylindrical-coordinate representation of color #ED65FF: hue angle of 292.99º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED65FF is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 101 255 -
CMYK 0.07 0.60 0 0
HSL 292.99º 1% 0.7% -
HSV(B) 292.99º 0.6% 1% -
XYZ 57.63 34.53 98.24 -
YUV 159.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 237 101 255 0.07 0.60 0 0 292.99 1 0.7
Hex ED 65 FF 7 3C 0 0 125 64 46
Octal 355 145 377 7 74 0 0 445 144 106
Binary 11101101 1100101 11111111 111 111100 0 0 100100101 1100100 1000110

Color Harmonies of #ED65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65FF

Black with #ED65FF

Text Example


Text Example

White with #ED65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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