Html Css Color HEX #EB5CFC Pink Flamingo

📋 copy color: '#EB5CFC'

red 235 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #EB5CFC

Tints of Pink Flamingo #EB5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.89%

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

R = 40.59%
G = 15.89%
B = 43.52%

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

#EB5CFC (or 0xEB5CFC) is known color: Pink Flamingo. HEX triplet: EB, 5C and FC. RGB value is (235,92,252). Sum of RGB (Red+Green+Blue) = 235+92+252=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 92 (36.33% from 255 or 15.89% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #EB5CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CFC is #14A303. Grayscale: #989898. Windows color (decimal): -1352452 or 16538859. OLE color: 16538859.

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

Color convert

RGB 235 92 252 -
CMYK 0.07 0.63 0 0.01
HSL 293.63º 0.96% 0.67% -
HSV(B) 293.63º 0.63% 0.99% -
XYZ 55.66 32.34 95.41 -
YUV 153 183.88 186.49 -
System Red Green Blue C M Y K H S L
Decimal 235 92 252 0.07 0.63 0 0.01 293.63 0.96 0.67
Hex EB 5C FC 7 3F 0 1 126 60 43
Octal 353 134 374 7 77 0 1 446 140 103
Binary 11101011 1011100 11111100 111 111111 0 1 100100110 1100000 1000011

Color Harmonies of #EB5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CFC

Black with #EB5CFC

Text Example


Text Example

White with #EB5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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