Html Css Color HEX #ED67F9 Pink Flamingo

📋 copy color: '#ED67F9'

red 237 ◦ green 103 ◦ blue 249

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

Shades of Pink Flamingo #ED67F9

Tints of Pink Flamingo #ED67F9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.49%

 BLUE value IS 249 (97.66% from 255) = 42.28%

R = 40.24%
G = 17.49%
B = 42.28%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED67F9 (or 0xED67F9) is known color: Pink Flamingo. HEX triplet: ED, 67 and F9. RGB value is (237,103,249). Sum of RGB (Red+Green+Blue) = 237+103+249=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 103 (40.62% from 255 or 17.49% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED67F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67F9 is #129806. Grayscale: #9F9F9F. Windows color (decimal): -1218567 or 16345069. OLE color: 16345069.

HSL color Cylindrical-coordinate representation of color #ED67F9: hue angle of 295.07º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED67F9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 103 249 -
CMYK 0.05 0.59 0 0.02
HSL 295.07º 0.92% 0.69% -
HSV(B) 295.07º 0.59% 0.98% -
XYZ 56.87 34.54 93.29 -
YUV 159.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 237 103 249 0.05 0.59 0 0.02 295.07 0.92 0.69
Hex ED 67 F9 5 3B 0 2 127 5C 45
Octal 355 147 371 5 73 0 2 447 134 105
Binary 11101101 1100111 11111001 101 111011 0 10 100100111 1011100 1000101

Color Harmonies of #ED67F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED67F9

Black with #ED67F9

Text Example


Text Example

White with #ED67F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED67F9; }

 p { color: rgb(237,103,249); }

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

background-color css

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

 a { background-color: rgb(237,103,249); }

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

border-color css

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

 span { border-color: rgb(237,103,249); }

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