Html Css Color HEX #ED42FF Pink Flamingo

📋 copy color: '#ED42FF'

red 237 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #ED42FF

Tints of Pink Flamingo #ED42FF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.83%

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

R = 42.47%
G = 11.83%
B = 45.7%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED42FF (or 0xED42FF) is known color: Pink Flamingo. HEX triplet: ED, 42 and FF. RGB value is (237,66,255). Sum of RGB (Red+Green+Blue) = 237+66+255=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED42FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED42FF is #12BD00. Grayscale: #8A8A8A. Windows color (decimal): -1228033 or 16728813. OLE color: 16728813.

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

Color convert

RGB 237 66 255 -
CMYK 0.07 0.74 0 0
HSL 294.29º 1% 0.63% -
HSV(B) 294.29º 0.74% 1% -
XYZ 54.92 29.12 97.33 -
YUV 138.68 193.65 198.13 -
System Red Green Blue C M Y K H S L
Decimal 237 66 255 0.07 0.74 0 0 294.29 1 0.63
Hex ED 42 FF 7 4A 0 0 126 64 3F
Octal 355 102 377 7 112 0 0 446 144 77
Binary 11101101 1000010 11111111 111 1001010 0 0 100100110 1100100 111111

Color Harmonies of #ED42FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED42FF

Black with #ED42FF

Text Example


Text Example

White with #ED42FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED42FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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