Html Css Color HEX #EB68F2 Pink Flamingo

📋 copy color: '#EB68F2'

red 235 ◦ green 104 ◦ blue 242

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

Shades of Pink Flamingo #EB68F2

Tints of Pink Flamingo #EB68F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 40.45%
G = 17.9%
B = 41.65%

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

#EB68F2 (or 0xEB68F2) is known color: Pink Flamingo. HEX triplet: EB, 68 and F2. RGB value is (235,104,242). Sum of RGB (Red+Green+Blue) = 235+104+242=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 104 (41.02% from 255 or 17.90% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB68F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB68F2 is #14970D. Grayscale: #9E9E9E. Windows color (decimal): -1349390 or 15886571. OLE color: 15886571.

HSL color Cylindrical-coordinate representation of color #EB68F2: hue angle of 296.96º degrees, saturation: 0.84, 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 #EB68F2 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 104 242 -
CMYK 0.03 0.57 0 0.05
HSL 296.96º 0.84% 0.68% -
HSV(B) 296.96º 0.57% 0.95% -
XYZ 55.24 33.97 87.65 -
YUV 158.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 235 104 242 0.03 0.57 0 0.05 296.96 0.84 0.68
Hex EB 68 F2 3 39 0 5 129 54 44
Octal 353 150 362 3 71 0 5 451 124 104
Binary 11101011 1101000 11110010 11 111001 0 101 100101001 1010100 1000100

Color Harmonies of #EB68F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68F2

Black with #EB68F2

Text Example


Text Example

White with #EB68F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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