Html Css Color HEX #ED69EE Pink Flamingo

📋 copy color: '#ED69EE'

red 237 ◦ green 105 ◦ blue 238

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

Shades of Pink Flamingo #ED69EE

Tints of Pink Flamingo #ED69EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.1%

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 40.86%
G = 18.1%
B = 41.03%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED69EE (or 0xED69EE) is known color: Pink Flamingo. HEX triplet: ED, 69 and EE. RGB value is (237,105,238). Sum of RGB (Red+Green+Blue) = 237+105+238=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED69EE is #129611. Grayscale: #9F9F9F. Windows color (decimal): -1218066 or 15624685. OLE color: 15624685.

HSL color Cylindrical-coordinate representation of color #ED69EE: hue angle of 299.55º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED69EE is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 238 -
CMYK 0.00 0.56 0 0.07
HSL 299.55º 0.8% 0.67% -
HSV(B) 299.55º 0.56% 0.93% -
XYZ 55.41 34.28 84.59 -
YUV 159.63 172.23 183.19 -
System Red Green Blue C M Y K H S L
Decimal 237 105 238 0.00 0.56 0 0.07 299.55 0.8 0.67
Hex ED 69 EE 0 38 0 7 12C 50 43
Octal 355 151 356 0 70 0 7 454 120 103
Binary 11101101 1101001 11101110 0 111000 0 111 100101100 1010000 1000011

Color Harmonies of #ED69EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED69EE

Black with #ED69EE

Text Example


Text Example

White with #ED69EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED69EE; }

 p { color: rgb(237,105,238); }

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

background-color css

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

 a { background-color: rgb(237,105,238); }

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

border-color css

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

 span { border-color: rgb(237,105,238); }

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