Html Css Color HEX #EB3EFF Pink Flamingo

📋 copy color: '#EB3EFF'

red 235 ◦ green 62 ◦ blue 255

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

Shades of Pink Flamingo #EB3EFF

Tints of Pink Flamingo #EB3EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.23%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 42.57%
G = 11.23%
B = 46.2%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB3EFF (or 0xEB3EFF) is known color: Pink Flamingo. HEX triplet: EB, 3E and FF. RGB value is (235,62,255). Sum of RGB (Red+Green+Blue) = 235+62+255=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 62 (24.61% from 255 or 11.23% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB3EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3EFF is #14C100. Grayscale: #878787. Windows color (decimal): -1360129 or 16727787. OLE color: 16727787.

HSL color Cylindrical-coordinate representation of color #EB3EFF: hue angle of 293.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB3EFF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 62 255 -
CMYK 0.08 0.76 0 0
HSL 293.78º 1% 0.62% -
HSV(B) 293.78º 0.76% 1% -
XYZ 54.03 28.33 97.23 -
YUV 135.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 235 62 255 0.08 0.76 0 0 293.78 1 0.62
Hex EB 3E FF 8 4C 0 0 126 64 3E
Octal 353 76 377 10 114 0 0 446 144 76
Binary 11101011 111110 11111111 1000 1001100 0 0 100100110 1100100 111110

Color Harmonies of #EB3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3EFF

Black with #EB3EFF

Text Example


Text Example

White with #EB3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3EFF; }

 p { color: rgb(235,62,255); }

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

background-color css

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

 a { background-color: rgb(235,62,255); }

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

border-color css

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

 span { border-color: rgb(235,62,255); }

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