Html Css Color HEX #ED34FE Pink Flamingo

📋 copy color: '#ED34FE'

red 237 ◦ green 52 ◦ blue 254

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

Shades of Pink Flamingo #ED34FE

Tints of Pink Flamingo #ED34FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.58%

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

R = 43.65%
G = 9.58%
B = 46.78%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED34FE (or 0xED34FE) is known color: Pink Flamingo. HEX triplet: ED, 34 and FE. RGB value is (237,52,254). Sum of RGB (Red+Green+Blue) = 237+52+254=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 52 (20.70% from 255 or 9.58% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED34FE is #12CB01. Grayscale: #818181. Windows color (decimal): -1231618 or 16659693. OLE color: 16659693.

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

Color convert

RGB 237 52 254 -
CMYK 0.07 0.80 0 0.00
HSL 294.95º 0.99% 0.6% -
HSV(B) 294.95º 0.8% 1% -
XYZ 54.04 27.62 96.25 -
YUV 130.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 237 52 254 0.07 0.80 0 0.00 294.95 0.99 0.6
Hex ED 34 FE 7 50 0 0 127 63 3C
Octal 355 64 376 7 120 0 0 447 143 74
Binary 11101101 110100 11111110 111 1010000 0 0 100100111 1100011 111100

Color Harmonies of #ED34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34FE

Black with #ED34FE

Text Example


Text Example

White with #ED34FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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