Html Css Color HEX #ED34FF Pink Flamingo

📋 copy color: '#ED34FF'

red 237 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #ED34FF

Tints of Pink Flamingo #ED34FF

RGB

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

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

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

R = 43.57%
G = 9.56%
B = 46.88%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED34FF (or 0xED34FF) is known color: Pink Flamingo. HEX triplet: ED, 34 and FF. RGB value is (237,52,255). Sum of RGB (Red+Green+Blue) = 237+52+255=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 52 (20.70% from 255 or 9.56% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED34FF is #12CB00. Grayscale: #818181. Windows color (decimal): -1231617 or 16725229. OLE color: 16725229.

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

Color convert

RGB 237 52 255 -
CMYK 0.07 0.80 0 0
HSL 294.68º 1% 0.6% -
HSV(B) 294.68º 0.8% 1% -
XYZ 54.2 27.68 97.09 -
YUV 130.46 198.29 203.99 -
System Red Green Blue C M Y K H S L
Decimal 237 52 255 0.07 0.80 0 0 294.68 1 0.6
Hex ED 34 FF 7 50 0 0 127 64 3C
Octal 355 64 377 7 120 0 0 447 144 74
Binary 11101101 110100 11111111 111 1010000 0 0 100100111 1100100 111100

Color Harmonies of #ED34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34FF

Black with #ED34FF

Text Example


Text Example

White with #ED34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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