Html Css Color HEX #ED3DFD Pink Flamingo

📋 copy color: '#ED3DFD'

red 237 ◦ green 61 ◦ blue 253

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

Shades of Pink Flamingo #ED3DFD

Tints of Pink Flamingo #ED3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.07%

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

R = 43.01%
G = 11.07%
B = 45.92%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED3DFD (or 0xED3DFD) is known color: Pink Flamingo. HEX triplet: ED, 3D and FD. RGB value is (237,61,253). Sum of RGB (Red+Green+Blue) = 237+61+253=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED3DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3DFD is #12C202. Grayscale: #868686. Windows color (decimal): -1229315 or 16596461. OLE color: 16596461.

HSL color Cylindrical-coordinate representation of color #ED3DFD: hue angle of 295º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3DFD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 61 253 -
CMYK 0.06 0.76 0 0.01
HSL 295º 0.98% 0.62% -
HSV(B) 295º 0.76% 0.99% -
XYZ 54.32 28.43 95.55 -
YUV 135.51 194.31 200.39 -
System Red Green Blue C M Y K H S L
Decimal 237 61 253 0.06 0.76 0 0.01 295 0.98 0.62
Hex ED 3D FD 6 4C 0 1 127 62 3E
Octal 355 75 375 6 114 0 1 447 142 76
Binary 11101101 111101 11111101 110 1001100 0 1 100100111 1100010 111110

Color Harmonies of #ED3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3DFD

Black with #ED3DFD

Text Example


Text Example

White with #ED3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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