Html Css Color HEX #EFA6C6 Carnation Pink

📋 copy color: '#EFA6C6'

red 239 ◦ green 166 ◦ blue 198

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

Shades of Carnation Pink #EFA6C6

Tints of Carnation Pink #EFA6C6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.53%

 BLUE value IS 198 (77.73% from 255) = 32.84%

R = 39.64%
G = 27.53%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFA6C6 (or 0xEFA6C6) is known color: Carnation Pink. HEX triplet: EF, A6 and C6. RGB value is (239,166,198). Sum of RGB (Red+Green+Blue) = 239+166+198=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C6 is #105939. Grayscale: #BFBFBF. Windows color (decimal): -1071418 or 13018863. OLE color: 13018863.

HSL color Cylindrical-coordinate representation of color #EFA6C6: hue angle of 333.7º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6C6 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 198 -
CMYK 0 0.31 0.17 0.06
HSL 333.7º 0.7% 0.79% -
HSV(B) 333.7º 0.31% 0.94% -
XYZ 59.43 49.7 59.89 -
YUV 191.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 239 166 198 0 0.31 0.17 0.06 333.7 0.7 0.79
Hex EF A6 C6 0 1F 11 6 14E 46 4F
Octal 357 246 306 0 37 21 6 516 106 117
Binary 11101111 10100110 11000110 0 11111 10001 110 101001110 1000110 1001111

Color Harmonies of #EFA6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA6C6

Black with #EFA6C6

Text Example


Text Example

White with #EFA6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA6C6; }

 p { color: rgb(239,166,198); }

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

background-color css

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

 a { background-color: rgb(239,166,198); }

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

border-color css

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

 span { border-color: rgb(239,166,198); }

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