Html Css Color HEX #EB42FE Pink Flamingo

📋 copy color: '#EB42FE'

red 235 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #EB42FE

Tints of Pink Flamingo #EB42FE

RGB

 RED value IS 235 (92.19% from 255) = 42.34%

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

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

R = 42.34%
G = 11.89%
B = 45.77%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB42FE (or 0xEB42FE) is known color: Pink Flamingo. HEX triplet: EB, 42 and FE. RGB value is (235,66,254). Sum of RGB (Red+Green+Blue) = 235+66+254=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB42FE is #14BD01. Grayscale: #898989. Windows color (decimal): -1359106 or 16663275. OLE color: 16663275.

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

Color convert

RGB 235 66 254 -
CMYK 0.07 0.74 0 0.00
HSL 293.94º 0.99% 0.63% -
HSV(B) 293.94º 0.74% 1% -
XYZ 54.1 28.71 96.46 -
YUV 137.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 235 66 254 0.07 0.74 0 0.00 293.94 0.99 0.63
Hex EB 42 FE 7 4A 0 0 126 63 3F
Octal 353 102 376 7 112 0 0 446 143 77
Binary 11101011 1000010 11111110 111 1001010 0 0 100100110 1100011 111111

Color Harmonies of #EB42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42FE

Black with #EB42FE

Text Example


Text Example

White with #EB42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42FE; }

 p { color: rgb(235,66,254); }

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

background-color css

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

 a { background-color: rgb(235,66,254); }

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

border-color css

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

 span { border-color: rgb(235,66,254); }

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