Html Css Color HEX #ED65FD Pink Flamingo

📋 copy color: '#ED65FD'

red 237 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #ED65FD

Tints of Pink Flamingo #ED65FD

RGB

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

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

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

R = 40.1%
G = 17.09%
B = 42.81%

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

#ED65FD (or 0xED65FD) is known color: Pink Flamingo. HEX triplet: ED, 65 and FD. RGB value is (237,101,253). Sum of RGB (Red+Green+Blue) = 237+101+253=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED65FD is #129A02. Grayscale: #9E9E9E. Windows color (decimal): -1219075 or 16606701. OLE color: 16606701.

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

Color convert

RGB 237 101 253 -
CMYK 0.06 0.60 0 0.01
HSL 293.68º 0.97% 0.69% -
HSV(B) 293.68º 0.6% 0.99% -
XYZ 57.31 34.4 96.55 -
YUV 158.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 237 101 253 0.06 0.60 0 0.01 293.68 0.97 0.69
Hex ED 65 FD 6 3C 0 1 126 61 45
Octal 355 145 375 6 74 0 1 446 141 105
Binary 11101101 1100101 11111101 110 111100 0 1 100100110 1100001 1000101

Color Harmonies of #ED65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED65FD

Black with #ED65FD

Text Example


Text Example

White with #ED65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED65FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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