Html Css Color HEX #ED38FE Pink Flamingo

📋 copy color: '#ED38FE'

red 237 ◦ green 56 ◦ blue 254

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

Shades of Pink Flamingo #ED38FE

Tints of Pink Flamingo #ED38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.24%

 BLUE value IS 254 (99.61% from 255) = 46.44%

R = 43.33%
G = 10.24%
B = 46.44%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED38FE (or 0xED38FE) is known color: Pink Flamingo. HEX triplet: ED, 38 and FE. RGB value is (237,56,254). Sum of RGB (Red+Green+Blue) = 237+56+254=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 56 (22.27% from 255 or 10.24% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED38FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38FE is #12C701. Grayscale: #848484. Windows color (decimal): -1230594 or 16660717. OLE color: 16660717.

HSL color Cylindrical-coordinate representation of color #ED38FE: hue angle of 294.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED38FE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 56 254 -
CMYK 0.07 0.78 0 0.00
HSL 294.85º 0.99% 0.61% -
HSV(B) 294.85º 0.78% 1% -
XYZ 54.23 27.99 96.31 -
YUV 132.69 196.47 202.4 -
System Red Green Blue C M Y K H S L
Decimal 237 56 254 0.07 0.78 0 0.00 294.85 0.99 0.61
Hex ED 38 FE 7 4E 0 0 127 63 3D
Octal 355 70 376 7 116 0 0 447 143 75
Binary 11101101 111000 11111110 111 1001110 0 0 100100111 1100011 111101

Color Harmonies of #ED38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED38FE

Black with #ED38FE

Text Example


Text Example

White with #ED38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED38FE; }

 p { color: rgb(237,56,254); }

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

background-color css

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

 a { background-color: rgb(237,56,254); }

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

border-color css

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

 span { border-color: rgb(237,56,254); }

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