Html Css Color HEX #EB5AF1 Pink Flamingo

📋 copy color: '#EB5AF1'

red 235 ◦ green 90 ◦ blue 241

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

Shades of Pink Flamingo #EB5AF1

Tints of Pink Flamingo #EB5AF1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.9%

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 41.52%
G = 15.9%
B = 42.58%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EB5AF1 (or 0xEB5AF1) is known color: Pink Flamingo. HEX triplet: EB, 5A and F1. RGB value is (235,90,241). Sum of RGB (Red+Green+Blue) = 235+90+241=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5AF1 is #14A50E. Grayscale: #969696. Windows color (decimal): -1352975 or 15817451. OLE color: 15817451.

HSL color Cylindrical-coordinate representation of color #EB5AF1: hue angle of 297.62º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB5AF1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 90 241 -
CMYK 0.02 0.63 0 0.05
HSL 297.62º 0.84% 0.65% -
HSV(B) 297.62º 0.63% 0.95% -
XYZ 53.79 31.33 86.43 -
YUV 150.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 235 90 241 0.02 0.63 0 0.05 297.62 0.84 0.65
Hex EB 5A F1 2 3F 0 5 12A 54 41
Octal 353 132 361 2 77 0 5 452 124 101
Binary 11101011 1011010 11110001 10 111111 0 101 100101010 1010100 1000001

Color Harmonies of #EB5AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5AF1

Black with #EB5AF1

Text Example


Text Example

White with #EB5AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5AF1; }

 p { color: rgb(235,90,241); }

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

background-color css

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

 a { background-color: rgb(235,90,241); }

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

border-color css

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

 span { border-color: rgb(235,90,241); }

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