Html Css Color HEX #ED35FE Pink Flamingo

📋 copy color: '#ED35FE'

red 237 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #ED35FE

Tints of Pink Flamingo #ED35FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.74%

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

R = 43.57%
G = 9.74%
B = 46.69%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED35FE (or 0xED35FE) is known color: Pink Flamingo. HEX triplet: ED, 35 and FE. RGB value is (237,53,254). Sum of RGB (Red+Green+Blue) = 237+53+254=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 53 (21.09% from 255 or 9.74% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED35FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED35FE is #12CA01. Grayscale: #828282. Windows color (decimal): -1231362 or 16659949. OLE color: 16659949.

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

Color convert

RGB 237 53 254 -
CMYK 0.07 0.79 0 0.00
HSL 294.93º 0.99% 0.6% -
HSV(B) 294.93º 0.79% 1% -
XYZ 54.09 27.71 96.26 -
YUV 130.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 237 53 254 0.07 0.79 0 0.00 294.93 0.99 0.6
Hex ED 35 FE 7 4F 0 0 127 63 3C
Octal 355 65 376 7 117 0 0 447 143 74
Binary 11101101 110101 11111110 111 1001111 0 0 100100111 1100011 111100

Color Harmonies of #ED35FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED35FE

Black with #ED35FE

Text Example


Text Example

White with #ED35FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED35FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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