Html Css Color HEX #EFE2EA Pig Pink

📋 copy color: '#EFE2EA'

red 239 ◦ green 226 ◦ blue 234

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

Shades of Pig Pink #EFE2EA

Tints of Pig Pink #EFE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.33%

 BLUE value IS 234 (91.8% from 255) = 33.48%

R = 34.19%
G = 32.33%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFE2EA (or 0xEFE2EA) is known color: Pig Pink. HEX triplet: EF, E2 and EA. RGB value is (239,226,234). Sum of RGB (Red+Green+Blue) = 239+226+234=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EA is #101D15. Grayscale: #E6E6E6. Windows color (decimal): -1056022 or 15393519. OLE color: 15393519.

HSL color Cylindrical-coordinate representation of color #EFE2EA: hue angle of 323.08º degrees, saturation: 0.29, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFE2EA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 234 -
CMYK 0 0.05 0.02 0.06
HSL 323.08º 0.29% 0.91% -
HSV(B) 323.08º 0.05% 0.94% -
XYZ 77.64 78.68 88.94 -
YUV 230.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 239 226 234 0 0.05 0.02 0.06 323.08 0.29 0.91
Hex EF E2 EA 0 5 2 6 143 1D 5B
Octal 357 342 352 0 5 2 6 503 35 133
Binary 11101111 11100010 11101010 0 101 10 110 101000011 11101 1011011

Color Harmonies of #EFE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2EA

Black with #EFE2EA

Text Example


Text Example

White with #EFE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2EA; }

 p { color: rgb(239,226,234); }

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

background-color css

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

 a { background-color: rgb(239,226,234); }

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

border-color css

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

 span { border-color: rgb(239,226,234); }

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