Html Css Color HEX #E69FB4 Illusion

📋 copy color: '#E69FB4'

red 230 ◦ green 159 ◦ blue 180

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

Shades of Illusion #E69FB4

Tints of Illusion #E69FB4

RGB

 RED value IS 230 (90.23% from 255) = 40.42%

 GREEN value IS 159 (62.5% from 255) = 27.94%

 BLUE value IS 180 (70.7% from 255) = 31.63%

R = 40.42%
G = 27.94%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E69FB4 (or 0xE69FB4) is known color: Illusion. HEX triplet: E6, 9F and B4. RGB value is (230,159,180). Sum of RGB (Red+Green+Blue) = 230+159+180=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FB4 is #19604B. Grayscale: #B6B6B6. Windows color (decimal): -1663052 or 11837414. OLE color: 11837414.

HSL color Cylindrical-coordinate representation of color #E69FB4: hue angle of 342.25º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FB4 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 180 -
CMYK 0 0.31 0.22 0.10
HSL 342.25º 0.59% 0.76% -
HSV(B) 342.25º 0.31% 0.9% -
XYZ 53.27 44.91 49.04 -
YUV 182.62 126.52 161.79 -
System Red Green Blue C M Y K H S L
Decimal 230 159 180 0 0.31 0.22 0.10 342.25 0.59 0.76
Hex E6 9F B4 0 1F 16 A 156 3B 4C
Octal 346 237 264 0 37 26 12 526 73 114
Binary 11100110 10011111 10110100 0 11111 10110 1010 101010110 111011 1001100

Color Harmonies of #E69FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69FB4

Black with #E69FB4

Text Example


Text Example

White with #E69FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69FB4; }

 p { color: rgb(230,159,180); }

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

background-color css

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

 a { background-color: rgb(230,159,180); }

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

border-color css

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

 span { border-color: rgb(230,159,180); }

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