Html Css Color HEX #E69AF3 Plum

📋 copy color: '#E69AF3'

red 230 ◦ green 154 ◦ blue 243

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

Shades of Plum #E69AF3

Tints of Plum #E69AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 36.68%
G = 24.56%
B = 38.76%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E69AF3 (or 0xE69AF3) is known color: Plum. HEX triplet: E6, 9A and F3. RGB value is (230,154,243). Sum of RGB (Red+Green+Blue) = 230+154+243=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 154 (60.55% from 255 or 24.56% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #E69AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69AF3 is #19650C. Grayscale: #BABABA. Windows color (decimal): -1664269 or 15964902. OLE color: 15964902.

HSL color Cylindrical-coordinate representation of color #E69AF3: hue angle of 291.24º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69AF3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 154 243 -
CMYK 0.05 0.37 0 0.05
HSL 291.24º 0.79% 0.78% -
HSV(B) 291.24º 0.37% 0.95% -
XYZ 60.37 46.41 90.57 -
YUV 186.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 230 154 243 0.05 0.37 0 0.05 291.24 0.79 0.78
Hex E6 9A F3 5 25 0 5 123 4F 4E
Octal 346 232 363 5 45 0 5 443 117 116
Binary 11100110 10011010 11110011 101 100101 0 101 100100011 1001111 1001110

Color Harmonies of #E69AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69AF3

Black with #E69AF3

Text Example


Text Example

White with #E69AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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