Html Css Color HEX #ED38FF Pink Flamingo

📋 copy color: '#ED38FF'

red 237 ◦ green 56 ◦ blue 255

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

Shades of Pink Flamingo #ED38FF

Tints of Pink Flamingo #ED38FF

RGB

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

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

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

R = 43.25%
G = 10.22%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED38FF (or 0xED38FF) is known color: Pink Flamingo. HEX triplet: ED, 38 and FF. RGB value is (237,56,255). Sum of RGB (Red+Green+Blue) = 237+56+255=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 56 (22.27% from 255 or 10.22% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED38FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38FF is #12C700. Grayscale: #848484. Windows color (decimal): -1230593 or 16726253. OLE color: 16726253.

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

Color convert

RGB 237 56 255 -
CMYK 0.07 0.78 0 0
HSL 294.57º 1% 0.61% -
HSV(B) 294.57º 0.78% 1% -
XYZ 54.39 28.05 97.16 -
YUV 132.81 196.97 202.32 -
System Red Green Blue C M Y K H S L
Decimal 237 56 255 0.07 0.78 0 0 294.57 1 0.61
Hex ED 38 FF 7 4E 0 0 127 64 3D
Octal 355 70 377 7 116 0 0 447 144 75
Binary 11101101 111000 11111111 111 1001110 0 0 100100111 1100100 111101

Color Harmonies of #ED38FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED38FF

Black with #ED38FF

Text Example


Text Example

White with #ED38FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED38FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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