Html Css Color HEX #EB68F3 Pink Flamingo

📋 copy color: '#EB68F3'

red 235 ◦ green 104 ◦ blue 243

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

Shades of Pink Flamingo #EB68F3

Tints of Pink Flamingo #EB68F3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.87%

 BLUE value IS 243 (95.31% from 255) = 41.75%

R = 40.38%
G = 17.87%
B = 41.75%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB68F3 (or 0xEB68F3) is known color: Pink Flamingo. HEX triplet: EB, 68 and F3. RGB value is (235,104,243). Sum of RGB (Red+Green+Blue) = 235+104+243=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #EB68F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68F3 is #14970C. Grayscale: #9E9E9E. Windows color (decimal): -1349389 or 15952107. OLE color: 15952107.

HSL color Cylindrical-coordinate representation of color #EB68F3: hue angle of 296.55º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB68F3 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 104 243 -
CMYK 0.03 0.57 0 0.05
HSL 296.55º 0.85% 0.68% -
HSV(B) 296.55º 0.57% 0.95% -
XYZ 55.39 34.03 88.44 -
YUV 159.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 235 104 243 0.03 0.57 0 0.05 296.55 0.85 0.68
Hex EB 68 F3 3 39 0 5 129 55 44
Octal 353 150 363 3 71 0 5 451 125 104
Binary 11101011 1101000 11110011 11 111001 0 101 100101001 1010101 1000100

Color Harmonies of #EB68F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68F3

Black with #EB68F3

Text Example


Text Example

White with #EB68F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68F3; }

 p { color: rgb(235,104,243); }

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

background-color css

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

 a { background-color: rgb(235,104,243); }

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

border-color css

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

 span { border-color: rgb(235,104,243); }

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