Html Css Color HEX #E69AB4 Illusion

📋 copy color: '#E69AB4'

red 230 ◦ green 154 ◦ blue 180

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

Shades of Illusion #E69AB4

Tints of Illusion #E69AB4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

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

R = 40.78%
G = 27.3%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E69AB4 (or 0xE69AB4) is known color: Illusion. HEX triplet: E6, 9A and B4. RGB value is (230,154,180). Sum of RGB (Red+Green+Blue) = 230+154+180=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E69AB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69AB4 is #19654B. Grayscale: #B3B3B3. Windows color (decimal): -1664332 or 11836134. OLE color: 11836134.

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

Color convert

RGB 230 154 180 -
CMYK 0 0.33 0.22 0.10
HSL 339.47º 0.6% 0.75% -
HSV(B) 339.47º 0.33% 0.9% -
XYZ 52.43 43.23 48.76 -
YUV 179.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 230 154 180 0 0.33 0.22 0.10 339.47 0.6 0.75
Hex E6 9A B4 0 21 16 A 153 3C 4B
Octal 346 232 264 0 41 26 12 523 74 113
Binary 11100110 10011010 10110100 0 100001 10110 1010 101010011 111100 1001011

Color Harmonies of #E69AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AB4

Black with #E69AB4

Text Example


Text Example

White with #E69AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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