Html Css Color HEX #E75AF6 Pink Flamingo

📋 copy color: '#E75AF6'

red 231 ◦ green 90 ◦ blue 246

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

Shades of Pink Flamingo #E75AF6

Tints of Pink Flamingo #E75AF6

RGB

 RED value IS 231 (90.63% from 255) = 40.74%

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

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 40.74%
G = 15.87%
B = 43.39%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E75AF6 (or 0xE75AF6) is known color: Pink Flamingo. HEX triplet: E7, 5A and F6. RGB value is (231,90,246). Sum of RGB (Red+Green+Blue) = 231+90+246=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #E75AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E75AF6 is #18A509. Grayscale: #959595. Windows color (decimal): -1615114 or 16145127. OLE color: 16145127.

HSL color Cylindrical-coordinate representation of color #E75AF6: hue angle of 294.23º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75AF6 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 90 246 -
CMYK 0.06 0.63 0 0.04
HSL 294.23º 0.9% 0.66% -
HSV(B) 294.23º 0.63% 0.96% -
XYZ 53.25 30.96 90.36 -
YUV 149.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 231 90 246 0.06 0.63 0 0.04 294.23 0.9 0.66
Hex E7 5A F6 6 3F 0 4 126 5A 42
Octal 347 132 366 6 77 0 4 446 132 102
Binary 11100111 1011010 11110110 110 111111 0 100 100100110 1011010 1000010

Color Harmonies of #E75AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75AF6

Black with #E75AF6

Text Example


Text Example

White with #E75AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75AF6; }

 p { color: rgb(231,90,246); }

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

background-color css

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

 a { background-color: rgb(231,90,246); }

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

border-color css

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

 span { border-color: rgb(231,90,246); }

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