Html Css Color HEX #EB3DFF Pink Flamingo

📋 copy color: '#EB3DFF'

red 235 ◦ green 61 ◦ blue 255

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

Shades of Pink Flamingo #EB3DFF

Tints of Pink Flamingo #EB3DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.07%

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

R = 42.65%
G = 11.07%
B = 46.28%

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

#EB3DFF (or 0xEB3DFF) is known color: Pink Flamingo. HEX triplet: EB, 3D and FF. RGB value is (235,61,255). Sum of RGB (Red+Green+Blue) = 235+61+255=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB3DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB3DFF is #14C200. Grayscale: #868686. Windows color (decimal): -1360385 or 16727531. OLE color: 16727531.

HSL color Cylindrical-coordinate representation of color #EB3DFF: hue angle of 293.81º 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 #EB3DFF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 61 255 -
CMYK 0.08 0.76 0 0
HSL 293.81º 1% 0.62% -
HSV(B) 293.81º 0.76% 1% -
XYZ 53.98 28.22 97.21 -
YUV 135.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 235 61 255 0.08 0.76 0 0 293.81 1 0.62
Hex EB 3D FF 8 4C 0 0 126 64 3E
Octal 353 75 377 10 114 0 0 446 144 76
Binary 11101011 111101 11111111 1000 1001100 0 0 100100110 1100100 111110

Color Harmonies of #EB3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3DFF

Black with #EB3DFF

Text Example


Text Example

White with #EB3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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