Html Css Color HEX #EB5EFC Pink Flamingo

📋 copy color: '#EB5EFC'

red 235 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #EB5EFC

Tints of Pink Flamingo #EB5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.18%

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 40.45%
G = 16.18%
B = 43.37%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EB5EFC (or 0xEB5EFC) is known color: Pink Flamingo. HEX triplet: EB, 5E and FC. RGB value is (235,94,252). Sum of RGB (Red+Green+Blue) = 235+94+252=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5EFC is #14A103. Grayscale: #999999. Windows color (decimal): -1351940 or 16539371. OLE color: 16539371.

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

Color convert

RGB 235 94 252 -
CMYK 0.07 0.63 0 0.01
HSL 293.54º 0.96% 0.68% -
HSV(B) 293.54º 0.63% 0.99% -
XYZ 55.83 32.7 95.46 -
YUV 154.17 183.21 185.65 -
System Red Green Blue C M Y K H S L
Decimal 235 94 252 0.07 0.63 0 0.01 293.54 0.96 0.68
Hex EB 5E FC 7 3F 0 1 126 60 44
Octal 353 136 374 7 77 0 1 446 140 104
Binary 11101011 1011110 11111100 111 111111 0 1 100100110 1100000 1000100

Color Harmonies of #EB5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5EFC

Black with #EB5EFC

Text Example


Text Example

White with #EB5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5EFC; }

 p { color: rgb(235,94,252); }

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

background-color css

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

 a { background-color: rgb(235,94,252); }

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

border-color css

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

 span { border-color: rgb(235,94,252); }

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