Html Css Color HEX #EB67F2 Pink Flamingo

📋 copy color: '#EB67F2'

red 235 ◦ green 103 ◦ blue 242

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

Shades of Pink Flamingo #EB67F2

Tints of Pink Flamingo #EB67F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.76%

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

R = 40.52%
G = 17.76%
B = 41.72%

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

#EB67F2 (or 0xEB67F2) is known color: Pink Flamingo. HEX triplet: EB, 67 and F2. RGB value is (235,103,242). Sum of RGB (Red+Green+Blue) = 235+103+242=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 103 (40.62% from 255 or 17.76% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #EB67F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB67F2 is #14980D. Grayscale: #9D9D9D. Windows color (decimal): -1349646 or 15886315. OLE color: 15886315.

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

Color convert

RGB 235 103 242 -
CMYK 0.03 0.57 0 0.05
HSL 296.98º 0.84% 0.68% -
HSV(B) 296.98º 0.57% 0.95% -
XYZ 55.14 33.77 87.62 -
YUV 158.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 235 103 242 0.03 0.57 0 0.05 296.98 0.84 0.68
Hex EB 67 F2 3 39 0 5 129 54 44
Octal 353 147 362 3 71 0 5 451 124 104
Binary 11101011 1100111 11110010 11 111001 0 101 100101001 1010100 1000100

Color Harmonies of #EB67F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB67F2

Black with #EB67F2

Text Example


Text Example

White with #EB67F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB67F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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