Html Css Color HEX #EFAEF2 Plum

📋 copy color: '#EFAEF2'

red 239 ◦ green 174 ◦ blue 242

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

Shades of Plum #EFAEF2

Tints of Plum #EFAEF2

RGB

 RED value IS 239 (93.75% from 255) = 36.49%

 GREEN value IS 174 (68.36% from 255) = 26.56%

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

R = 36.49%
G = 26.56%
B = 36.95%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFAEF2 (or 0xEFAEF2) is known color: Plum. HEX triplet: EF, AE and F2. RGB value is (239,174,242). Sum of RGB (Red+Green+Blue) = 239+174+242=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFAEF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EFAEF2 is #10510D. Grayscale: #C8C8C8. Windows color (decimal): -1069326 or 15904495. OLE color: 15904495.

HSL color Cylindrical-coordinate representation of color #EFAEF2: hue angle of 297.35º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFAEF2 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 174 242 -
CMYK 0.01 0.28 0 0.05
HSL 297.35º 0.72% 0.82% -
HSV(B) 297.35º 0.28% 0.95% -
XYZ 66.76 55.03 91.11 -
YUV 201.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 239 174 242 0.01 0.28 0 0.05 297.35 0.72 0.82
Hex EF AE F2 1 1C 0 5 129 48 52
Octal 357 256 362 1 34 0 5 451 110 122
Binary 11101111 10101110 11110010 1 11100 0 101 100101001 1001000 1010010

Color Harmonies of #EFAEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAEF2

Black with #EFAEF2

Text Example


Text Example

White with #EFAEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAEF2; }

 p { color: rgb(239,174,242); }

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

background-color css

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

 a { background-color: rgb(239,174,242); }

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

border-color css

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

 span { border-color: rgb(239,174,242); }

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